[arch-commits] Commit in apr-util/repos (testing-x86_64 testing-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 20:08:21 UTC 2008


    Date: Monday, June 30, 2008 @ 16:08:21
  Author: andyrtr
Revision: 3745

Merged revisions 3368-3744 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/apr-util/trunk

........
  r3744 | andyrtr | 2008-06-30 20:07:51 +0000 (Mo, 30 Jun 2008) | 1 line
  
  upgpkg: apr-util 1.3.2-2
........

Modified:
  apr-util/repos/testing-x86_64/	(properties)
  apr-util/repos/testing-x86_64/PKGBUILD

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


Property changes on: apr-util/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /apr-util/trunk:1-3367
   + /apr-util/trunk:1-3744

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-06-30 20:07:51 UTC (rev 3744)
+++ testing-x86_64/PKGBUILD	2008-06-30 20:08:21 UTC (rev 3745)
@@ -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