summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:09:17 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 15:09:17 -0300
commitd0cc01544a959359a07d56c1acb8e72b395c6f72 (patch)
tree4663bba6b5e7d4b5f2b24a438c47982b87ab421a /extra
parent8d1e1fc63746d6ce2df92d1ce6ca6947523034ae (diff)
apr update
Diffstat (limited to 'extra')
-rw-r--r--extra/apr/PKGBUILD4
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')