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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Aug 25 13:19:34 UTC 2008


    Date: Monday, August 25, 2008 @ 09:19:34
  Author: andyrtr
Revision: 10267

upgpkg: neon 0.28.3-1

Modified:
  neon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-25 12:52:06 UTC (rev 10266)
+++ PKGBUILD	2008-08-25 13:19:34 UTC (rev 10267)
@@ -1,22 +1,22 @@
 # $Id$
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 # KEEP LIBTOOL FILES!
 pkgname=neon
-pkgver=0.28.2
-pkgrel=2
+pkgver=0.28.3
+pkgrel=1
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('libxml2' 'openssl>=0.9.8g-2' 'heimdal>=1.2-1' 'zlib' 'expat>=2.0.1' 'db>=4.7.25')
+depends=('openssl>=0.9.8g-4' 'heimdal>=1.2-1' 'zlib' 'expat>=2.0.1' 'db>=4.7.25')
 url="http://www.webdav.org/neon/"
 source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b99b3f44e8507ae2d17362f1b34aaf02')
+md5sums=('47599a328862ce64ac3c52726d6daa12')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl --enable-shared
+  ./configure --prefix=/usr --with-ssl  --with-expat --enable-shared --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list