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

Allan McRae allan at nymeria.archlinux.org
Sun Oct 20 12:18:26 UTC 2013


    Date: Sunday, October 20, 2013 @ 14:18:25
  Author: allan
Revision: 196836

upgpkg: expat 2.1.0-3

rebuild to remove static library

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-20 12:06:12 UTC (rev 196835)
+++ PKGBUILD	2013-10-20 12:18:25 UTC (rev 196836)
@@ -4,19 +4,18 @@
 
 pkgname=expat
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An XML parser library"
 arch=('i686' 'x86_64')
 url="http://expat.sourceforge.net/"
 license=('custom')
 depends=('glibc')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/expat/${pkgname}-${pkgver}.tar.gz)
 md5sums=('dd7dab7a5fea97d2a6a43f511449b7cd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr #--mandir=/usr/share/man
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list