[arch-commits] Commit in neon/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Aug 25 13:20:21 UTC 2008


    Date: Monday, August 25, 2008 @ 09:20:05
  Author: andyrtr
Revision: 10268

Merged revisions 3757-10267 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/neon/trunk

........
  r10267 | andyrtr | 2008-08-25 13:19:34 +0000 (Mo, 25 Aug 2008) | 1 line
  
  upgpkg: neon 0.28.3-1
........

Modified:
  neon/repos/extra-x86_64/	(properties)
  neon/repos/extra-x86_64/PKGBUILD

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


Property changes on: neon/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /neon/trunk:1-3756
   + /neon/trunk:1-10267

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-25 13:19:34 UTC (rev 10267)
+++ extra-x86_64/PKGBUILD	2008-08-25 13:20:05 UTC (rev 10268)
@@ -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