summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-09-11 19:42:25 -0300
committerRodrigo Bezerra2019-09-11 19:42:25 -0300
commit98d1b6afea06ce33a9783a1daee096dac6fb21a5 (patch)
tree96159c6191533fc4e1101a0cfd364bd4f69496ab
parentc90b0c2c9b6b364c1d10198a81cac5edca89ea9d (diff)
downloadaur-98d1b6afea06ce33a9783a1daee096dac6fb21a5.tar.gz
Update to i686-pc-linux-gnu-pkg-config
-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 \