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

Jan de Groot jgc at archlinux.org
Sat Aug 1 14:25:46 UTC 2009


    Date: Saturday, August 1, 2009 @ 10:25:45
  Author: jgc
Revision: 48327

upgpkg: apr 1.3.7-1
    Depend on util-linux-ng instead of e2fsprogs

Modified:
  apr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-01 14:17:39 UTC (rev 48326)
+++ PKGBUILD	2009-08-01 14:25:45 UTC (rev 48327)
@@ -2,24 +2,23 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr
-pkgver=1.3.5
+pkgver=1.3.7
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('e2fsprogs')
+depends=('util-linux-ng>=2.16')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2")
-md5sums=('9ac9a00eaa190937fdbbde7b4f03ac1e')
 
 build() {
-	cd ${srcdir}/apr-${pkgver}
+	cd "${srcdir}/apr-${pkgver}"
 
 	./configure --prefix=/usr --includedir=/usr/include/apr-1 \
 		--with-installbuilddir=/usr/share/apr-1/build \
 		--enable-nonportable-atomics \
-		--with-devrandom=/dev/urandom
+		--with-devrandom=/dev/urandom || return 1
 	make || return 1
-	make DESTDIR=${pkgdir} install
+	make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list