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

Ionut Biru ibiru at archlinux.org
Thu Apr 1 12:55:26 UTC 2010


    Date: Thursday, April 1, 2010 @ 08:55:26
  Author: ibiru
Revision: 75397

upgpkg: neon 0.28.6-4
switch to gnutls since openssl 1.0 support is broken

Modified:
  neon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 12:54:09 UTC (rev 75396)
+++ PKGBUILD	2010-04-01 12:55:26 UTC (rev 75397)
@@ -5,11 +5,11 @@
 # KEEP LIBTOOL FILES!
 pkgname=neon
 pkgver=0.28.6
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('openssl' 'heimdal' 'zlib' 'expat' 'db')
+depends=('gnutls' 'heimdal' 'zlib' 'expat' 'db')
 url="http://www.webdav.org/neon/"
 source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz)
 md5sums=('252578ed555552b71d15909641484951')
@@ -17,7 +17,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl  --with-expat --enable-shared --disable-static
+  ./configure --prefix=/usr --with-ssl=gnutls  --with-expat --enable-shared --disable-static
   make || return 1
 }
 




More information about the arch-commits mailing list