summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dba29245a71..de3ef43aaae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libwmf
pkgdesc = A library for reading vector images in Microsoft's native Windows Metafile Format (WMF) (32-bit)
pkgver = 0.2.12
- pkgrel = 1
+ pkgrel = 2
url = http://wvware.sourceforge.net/libwmf.html
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 08095e4503b3..76575b904376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_basename=libwmf
pkgname=lib32-libwmf
pkgver=0.2.12
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading vector images in Microsoft's native Windows Metafile Format (WMF) (32-bit)"
arch=('x86_64')
url="http://wvware.sourceforge.net/libwmf.html"
@@ -31,7 +31,7 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- export FREETYPE_CONFIG='/usr/bin/pkg-config-32 freetype2'
+ export FREETYPE_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config freetype2'
./configure \
--build=i686-pc-linux-gnu \