[arch-commits] CVS update of extra/lib/apr (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Dec 1 18:29:54 UTC 2007


    Date: Saturday, December 1, 2007 @ 13:29:54
  Author: pierre
    Path: /home/cvs-extra/extra/lib/apr

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: apr 1.2.12-1


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


Index: extra/lib/apr/PKGBUILD
diff -u extra/lib/apr/PKGBUILD:1.8 extra/lib/apr/PKGBUILD:1.9
--- extra/lib/apr/PKGBUILD:1.8	Fri Sep 28 19:08:41 2007
+++ extra/lib/apr/PKGBUILD	Sat Dec  1 13:29:53 2007
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD,v 1.8 2007/09/28 23:08:41 andyrtr Exp $
-# Maintainer: Jason Chu <jason at archlinux.org>
-force=y
+# $Id: PKGBUILD,v 1.9 2007/12/01 18:29:53 pierre Exp $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
 pkgname=apr
-pkgver=1.2.11
+pkgver=1.2.12
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
 depends=('e2fsprogs')
 options=('!libtool')
-license=(APACHE)
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2
-	fix-apr.pc.patch
-	fix_apr-config.patch
-	ship_find_apr.m4.patch)
-md5sums=('22ede19520beb37dc17e62592b06a59c'
+license=('APACHE')
+source=("http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2" \
+	'fix-apr.pc.patch' \
+	'fix_apr-config.patch' \
+	'ship_find_apr.m4.patch')
+md5sums=('c5da94517e3918f0f2b2e0a05f56aa21'
          'cc4e960c14a55aba304a247c4cfd63d9'
          'b57edc9ef228f1a90d1aa85d73e53695'
          'd85eb89f076e19a137afc4dd957874ab')
-
+                           
 build() {
   cd ${startdir}/src/apr-${pkgver}
   patch -Np1 -i ${startdir}/src/fix-apr.pc.patch || return 1




More information about the arch-commits mailing list