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

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Oct 22 05:28:57 UTC 2013


    Date: Tuesday, October 22, 2013 @ 07:28:57
  Author: bisson
Revision: 98976

rebuild with new devtools - remove static library

Modified:
  paps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-22 04:40:10 UTC (rev 98975)
+++ PKGBUILD	2013-10-22 05:28:57 UTC (rev 98976)
@@ -5,7 +5,7 @@
 
 pkgname=paps
 pkgver=0.6.8
-pkgrel=5
+pkgrel=6
 pkgdesc='UTF-8 to PostScript converter via Pango'
 url='http://paps.sourceforge.net/'
 license=('LGPL')
@@ -17,7 +17,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	export LDFLAGS=${LDFLAGS/,--as-needed/}
-	./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+	./configure --prefix=/usr --mandir=/usr/share/man
 	make
 }
 




More information about the arch-commits mailing list