summaryrefslogtreecommitdiff
path: root/extra/libotf
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
commit88933a383866089c23f6d62783a6a24ab211e872 (patch)
tree06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/libotf
parentffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff)
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/libotf')
-rw-r--r--extra/libotf/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libotf/PKGBUILD b/extra/libotf/PKGBUILD
index aa03243cb..030a38bab 100644
--- a/extra/libotf/PKGBUILD
+++ b/extra/libotf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 198215 2013-10-30 13:30:39Z allan $
+# $Id: PKGBUILD 215722 2014-06-30 10:40:13Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Ashish Shukla <wahjava.ml@gmail.com>
pkgname=libotf
pkgver=0.9.13
-pkgrel=1
+pkgrel=2
pkgdesc='OpenType Font library'
url='http://www.nongnu.org/m17n/'
license=('LGPL')
@@ -15,7 +15,7 @@ sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
+ ./configure --prefix=/usr
make
}