summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-05-08 13:01:33 -0300
committerRodrigo Bezerra2020-05-08 13:01:33 -0300
commit87d7adb1e66525c90e642ced6e9e2818a03587d2 (patch)
treebe95976a3f113df79db2ba857eeca6c5440d5ad7
parent438bd1bdebb91dc8241572a9e17ccdc26c003c9f (diff)
downloadaur-87d7adb1e66525c90e642ced6e9e2818a03587d2.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e743561985..2171ef9dc43f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/GUPnP
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index aaf762319265..5989861a98c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=gupnp
pkgname=lib32-gupnp
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="An object-oriented UPNP framework (32-bit)"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/GUPnP"
@@ -24,6 +24,7 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
+ export PKG_CONFIG_PATH='$PKG_CONFIG_PATH:/usr/lib32/pkgconfig/:/usr/lib/pkgconfig'
arch-meson $_basename build \
--libdir='/usr/lib32' \