diff options
author | root <root@rshg054.dnsready.net> | 2013-04-18 00:07:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-18 00:07:00 -0700 |
commit | 55c3b92ede6a3b9eb17f254b338931f01a3ea5c6 (patch) | |
tree | 8d01afa98e716f4c647bfb7dfcc2c3ed885fddc7 /extra/apr-util | |
parent | 0f02baec6afdab918d86a226ee9a984482b5a534 (diff) |
Thu Apr 18 00:06:59 PDT 2013
Diffstat (limited to 'extra/apr-util')
-rw-r--r-- | extra/apr-util/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/apr-util/PKGBUILD b/extra/apr-util/PKGBUILD index 377e14c69..13be5ebf5 100644 --- a/extra/apr-util/PKGBUILD +++ b/extra/apr-util/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 172058 2012-11-27 12:16:31Z jgc $ +# $Id: PKGBUILD 183103 2013-04-17 15:00:29Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=apr-util -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc') options=('!libtool') license=('APACHE') source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2") -md5sums=('9c1db8606e520f201c451ec9a0b095f6') +md5sums=('89c1348aa79e898d7c34a6206311c9c2') build() { cd "${srcdir}/apr-util-${pkgver}" |