summaryrefslogtreecommitdiff
path: root/extra/exempi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/exempi/PKGBUILD')
-rw-r--r--extra/exempi/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/exempi/PKGBUILD b/extra/exempi/PKGBUILD
index 8f3a78e4c..31220cf8d 100644
--- a/extra/exempi/PKGBUILD
+++ b/extra/exempi/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=exempi
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library to parse XMP metadata"
arch=(i686 x86_64)
url="http://libopenraw.freedesktop.org/wiki/Exempi"
@@ -17,7 +17,7 @@ md5sums=('0f8e5832299224684a65847eedf8d1e4'
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}