diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/apr-util | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/apr-util')
-rw-r--r-- | extra/apr-util/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/apr-util/PKGBUILD b/extra/apr-util/PKGBUILD index 4545d89c3..172a62a08 100644 --- a/extra/apr-util/PKGBUILD +++ b/extra/apr-util/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 197862 2013-10-30 11:19:36Z allan $ +# $Id: PKGBUILD 200761 2013-12-04 19:37:05Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Pierre Schmitz <pierre@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 } |