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

Pierre Schmitz pierre at archlinux.org
Sun Apr 11 13:13:45 UTC 2010


    Date: Sunday, April 11, 2010 @ 09:13:45
  Author: pierre
Revision: 77200

upstream update (abi compatible)
define path to our ca-bundle; fiyes regression with subversion when using https

Modified:
  neon/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 12:38:34 UTC (rev 77199)
+++ PKGBUILD	2010-04-11 13:13:45 UTC (rev 77200)
@@ -4,20 +4,22 @@
 
 # KEEP LIBTOOL FILES!
 pkgname=neon
-pkgver=0.28.6
-pkgrel=4
+pkgver=0.29.3
+pkgrel=1
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('gnutls' 'heimdal' 'zlib' 'expat' 'db')
+depends=('gnutls' 'heimdal' 'zlib' 'expat' 'db' 'ca-certificates')
 url="http://www.webdav.org/neon/"
-source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz)
-md5sums=('252578ed555552b71d15909641484951')
-options=(libtool)
+source=("http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ba1015b59c112d44d7797b62fe7bee51')
+options=('libtool')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=gnutls  --with-expat --enable-shared --disable-static
+  ./configure --prefix=/usr \
+    --with-expat --enable-shared --disable-static \
+    --with-ssl=gnutls --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
   make || return 1
 }
 




More information about the arch-commits mailing list