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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Wed May 22 00:51:57 UTC 2013


    Date: Wednesday, May 22, 2013 @ 02:51:57
  Author: stephane
Revision: 186201

upgpkg: popt 1.16-6

rebuild of old pkg, drop static lib

Modified:
  popt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 00:37:41 UTC (rev 186200)
+++ PKGBUILD	2013-05-22 00:51:57 UTC (rev 186201)
@@ -7,7 +7,7 @@
 
 pkgname=popt
 pkgver=1.16
-pkgrel=5
+pkgrel=6
 pkgdesc="A commandline option parser"
 arch=('i686' 'x86_64')
 url="http://rpm5.org"
@@ -20,7 +20,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list