diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-24 03:30:57 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-24 03:30:57 +0000 |
commit | 431023a318e680258f02c1fb5fdca176c68e5cb7 (patch) | |
tree | cedbdd37d2a93310636cf71c781041a2b5ee68a3 /extra/apr | |
parent | 0459e6459ee534bf22ab8a5381cd485e6035e9e2 (diff) |
Thu Apr 24 03:25:33 UTC 2014
Diffstat (limited to 'extra/apr')
-rw-r--r-- | extra/apr/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/apr/PKGBUILD b/extra/apr/PKGBUILD index ebc63b695..1eeb61bd4 100644 --- a/extra/apr/PKGBUILD +++ b/extra/apr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 200759 2013-12-04 19:27:48Z jgc $ +# $Id: PKGBUILD 211680 2014-04-23 03:13:46Z anatolik $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=apr -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://apr.apache.org/" depends=('util-linux') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2{,.asc}) -md5sums=('cc93bd2c12d0d037f68e21cc6385dc31' +md5sums=('5486180ec5a23efb5cae6d4292b300ab' 'SKIP') build() { |