[arch-commits] Commit in apr-util/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon May 30 09:26:18 UTC 2011
Date: Monday, May 30, 2011 @ 05:26:18
Author: jgc
Revision: 125819
upgpkg: apr-util 1.3.12-1
Update to 1.3.12
Modified:
apr-util/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-30 09:11:58 UTC (rev 125818)
+++ PKGBUILD 2011-05-30 09:26:18 UTC (rev 125819)
@@ -3,7 +3,7 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgname=apr-util
-pkgver=1.3.11
+pkgver=1.3.12
pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
@@ -12,14 +12,13 @@
options=('!libtool')
license=('APACHE')
source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('2aeddb384b03f3f73107770724d5c97b')
+md5sums=('0f671b037ca62751a8a7005578085560')
build() {
- cd "${srcdir}/apr-util-${pkgver}"
-
- ./configure --prefix=/usr --with-apr=/usr \
- --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
- --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
- make
- make DESTDIR="${pkgdir}" install
+ cd "${srcdir}/apr-util-${pkgver}"
+ ./configure --prefix=/usr --with-apr=/usr \
+ --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+ --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+ make
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list