[arch-commits] Commit in neon/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Apr 11 13:31:45 UTC 2010
Date: Sunday, April 11, 2010 @ 09:31:45
Author: pierre
Revision: 77208
upgpkg: neon 0.29.3-2
use openssl again
Modified:
neon/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-11 13:20:25 UTC (rev 77207)
+++ PKGBUILD 2010-04-11 13:31:45 UTC (rev 77208)
@@ -5,11 +5,11 @@
# KEEP LIBTOOL FILES!
pkgname=neon
pkgver=0.29.3
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP and WebDAV client library with a C interface"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-depends=('gnutls' 'heimdal' 'zlib' 'expat' 'db' 'ca-certificates')
+depends=('heimdal' 'expat' 'ca-certificates')
url="http://www.webdav.org/neon/"
source=("http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz")
md5sums=('ba1015b59c112d44d7797b62fe7bee51')
@@ -19,7 +19,7 @@
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr \
--with-expat --enable-shared --disable-static \
- --with-ssl=gnutls --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+ --with-ssl=openssl --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
make || return 1
}
More information about the arch-commits
mailing list