summaryrefslogtreecommitdiff
path: root/extra/apr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/apr
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/apr')
-rw-r--r--extra/apr/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/apr/PKGBUILD b/extra/apr/PKGBUILD
index 601919878..ebc63b695 100644
--- a/extra/apr/PKGBUILD
+++ b/extra/apr/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 197861 2013-10-30 11:19:15Z allan $
+# $Id: PKGBUILD 200759 2013-12-04 19:27:48Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=apr
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="http://apr.apache.org/"
depends=('util-linux')
license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('ce2ab01a0c3cdb71cf0a6326b8654f41')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2{,.asc})
+md5sums=('cc93bd2c12d0d037f68e21cc6385dc31'
+ 'SKIP')
build() {
cd "${srcdir}/apr-${pkgver}"