[arch-commits] Commit in apr-util/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Feb 7 13:30:12 UTC 2012
Date: Tuesday, February 7, 2012 @ 08:30:11
Author: jgc
Revision: 149395
upgpkg: apr-util 1.4.1-1
Update to 1.4.1, add testsuite
Modified:
apr-util/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-07 13:26:20 UTC (rev 149394)
+++ PKGBUILD 2012-02-07 13:30:11 UTC (rev 149395)
@@ -3,8 +3,8 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgname=apr-util
-pkgver=1.3.12
-pkgrel=5
+pkgver=1.4.1
+pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="http://apr.apache.org/"
@@ -12,7 +12,7 @@
options=('!libtool')
license=('APACHE')
source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('0f671b037ca62751a8a7005578085560')
+md5sums=('52b31b33fb1aa16e65ddaefc76e41151')
build() {
cd "${srcdir}/apr-util-${pkgver}"
@@ -22,6 +22,11 @@
make
}
+check() {
+ cd "${srcdir}/apr-util-${pkgver}"
+ make -j1 check
+}
+
package() {
cd "${srcdir}/apr-util-${pkgver}"
make DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list