diff options
-rw-r--r-- | abs/extra/neon/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/neon/PKGBUILD b/abs/extra/neon/PKGBUILD index 64e21c5..9ab0fd8 100644 --- a/abs/extra/neon/PKGBUILD +++ b/abs/extra/neon/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 129362 2011-06-27 05:41:06Z andrea $ +# $Id: PKGBUILD 153967 2012-03-21 06:21:04Z pierre $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=neon pkgver=0.29.6 -pkgrel=2 +pkgrel=4 pkgdesc="HTTP and WebDAV client library with a C interface" arch=('i686' 'x86_64') license=('GPL' 'LGPL') -depends=('heimdal' 'expat' 'ca-certificates') +depends=('krb5' 'expat' 'ca-certificates') url="http://www.webdav.org/neon/" source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('591e0c82e6979e7e615211b386b8f6bc') |