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

Jan de Groot jgc at nymeria.archlinux.org
Wed Dec 4 19:36:57 UTC 2013


    Date: Wednesday, December 4, 2013 @ 20:36:57
  Author: jgc
Revision: 200760

upgpkg: apr-util 1.5.3-1

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 19:27:48 UTC (rev 200759)
+++ PKGBUILD	2013-12-04 19:36:57 UTC (rev 200760)
@@ -3,21 +3,22 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr-util
-pkgver=1.5.2
-pkgrel=3
+pkgver=1.5.3
+pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
 depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
 license=('APACHE')
-source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('89c1348aa79e898d7c34a6206311c9c2')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc})
+md5sums=('6f3417691c7a27090f36e7cf4d94b36e'
+         'SKIP')
 
 build() {
   cd "${srcdir}/apr-util-${pkgver}"
   ./configure --prefix=/usr --with-apr=/usr \
     --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
-    --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap --disable-static
+    --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
   make
 }
 




More information about the arch-commits mailing list