summaryrefslogtreecommitdiff
path: root/community/paps/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/paps/PKGBUILD')
-rw-r--r--community/paps/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/paps/PKGBUILD b/community/paps/PKGBUILD
index e5d0721de..73a14bb19 100644
--- a/community/paps/PKGBUILD
+++ b/community/paps/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 93533 2013-07-05 01:34:25Z bisson $
+# $Id: PKGBUILD 98977 2013-10-22 05:29:32Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Artyom 'logus' Pervukhin <logus9@gmail.com>
# Contributor: Tim Yang <tdy@gmx.com>
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 @@ sha1sums=('83646b0de89deb8321f260c2c5a665bc7c8f5928')
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
}