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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 20:07:51 UTC 2008


    Date: Monday, June 30, 2008 @ 16:07:51
  Author: andyrtr
Revision: 3744

upgpkg: apr-util 1.3.2-2

Modified:
  apr-util/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-30 20:07:22 UTC (rev 3743)
+++ PKGBUILD	2008-06-30 20:07:51 UTC (rev 3744)
@@ -3,22 +3,22 @@
 
 pkgname=apr-util
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
-depends=('apr>=1.3.2' 'gdbm' 'expat>=2.0' 'db>=4.6' 'libldap')
+depends=('apr>=1.3.2' 'gdbm' 'expat>=2.0' 'db>=4.7' 'libldap')
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
 md5sums=('aa782fb9ced8b59c8e99419d8cdd1981')
 
 build() {
-	cd ${startdir}/src/apr-util-${pkgver}
+	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 || return 1
-	make DESTDIR=${startdir}/pkg install
+	make DESTDIR=${pkgdir} install
 }





More information about the arch-commits mailing list