[arch-commits] Commit in neon/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Fri Apr 29 00:26:06 UTC 2011


    Date: Thursday, April 28, 2011 @ 20:26:05
  Author: stephane
Revision: 121086

upgpkg: neon 0.29.3-3
krb5 rebuild

Modified:
  neon/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-29 00:16:45 UTC (rev 121085)
+++ PKGBUILD	2011-04-29 00:26:05 UTC (rev 121086)
@@ -5,11 +5,11 @@
 # KEEP LIBTOOL FILES!
 pkgname=neon
 pkgver=0.29.3
-pkgrel=2
+pkgrel=3
 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/neon/${pkgname}-${pkgver}.tar.gz")
 md5sums=('ba1015b59c112d44d7797b62fe7bee51')
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr \
     --with-expat --enable-shared --disable-static \
     --with-ssl=openssl --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make || return 1
+  make
 }
 
 package() {




More information about the arch-commits mailing list