diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/apr/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/apr/PKGBUILD b/extra/apr/PKGBUILD index 997cba462..ede2664e4 100644 --- a/extra/apr/PKGBUILD +++ b/extra/apr/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=apr -pkgver=1.4.4 +pkgver=1.4.5 pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,6 @@ depends=('util-linux-ng>=2.16') options=('!libtool') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2) -md5sums=('daf5487c82dd7bec9c005c96f8cb01b1') build() { cd "${srcdir}/apr-${pkgver}" @@ -29,3 +28,4 @@ build() { make || return 1 make DESTDIR="${pkgdir}" install || return 1 } +md5sums=('8b53f5a5669d0597f2da889a2f576eb6') |