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

Allan McRae allan at nymeria.archlinux.org
Tue Apr 16 04:36:13 UTC 2013


    Date: Tuesday, April 16, 2013 @ 06:36:13
  Author: allan
Revision: 182906

upgpkg: expat 2.1.0-2

rebuild of old package

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 04:31:42 UTC (rev 182905)
+++ PKGBUILD	2013-04-16 04:36:13 UTC (rev 182906)
@@ -4,7 +4,7 @@
 
 pkgname=expat
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An XML parser library"
 arch=('i686' 'x86_64')
 url="http://expat.sourceforge.net/"
@@ -16,7 +16,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure --prefix=/usr #--mandir=/usr/share/man
   make
 }
 




More information about the arch-commits mailing list