[arch-commits] Commit in apr-util/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Oct 5 07:44:09 UTC 2010


    Date: Tuesday, October 5, 2010 @ 03:44:08
  Author: jgc
Revision: 94191

upgpkg: apr-util 1.3.10-1
Update to 1.3.10, security update

Modified:
  apr-util/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-05 07:11:35 UTC (rev 94190)
+++ PKGBUILD	2010-10-05 07:44:08 UTC (rev 94191)
@@ -3,8 +3,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr-util
-pkgver=1.3.9
-pkgrel=4
+pkgver=1.3.10
+pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
@@ -12,14 +12,14 @@
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
-md5sums=('29dd557f7bd891fc2bfdffcfa081db59')
+md5sums=('6a6f501a1b2a45166b8ffd6df29204bb')
 
 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 || return 1
-	make || return 1
-	make DESTDIR="${pkgdir}" install || return 1
+		--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+	make
+	make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list