summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-05-08 12:58:18 -0300
committerRodrigo Bezerra2020-05-08 12:58:18 -0300
commit28b7fc2abedde738b1a40f0f2e8eab5b5c98ed49 (patch)
treec62aa9693e3f732062c8b9450f549e7e32a28f8b
parent31e63e30498490d85e9a6c3eb0683747c63ad991 (diff)
downloadaur-28b7fc2abedde738b1a40f0f2e8eab5b5c98ed49.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 6024c5198936..4226a8108924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gssdp
pkgdesc = A GObject-based API for handling resource discovery and announcement over SSDP (32-bit)
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://gupnp.org/
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 0828d495604f..92c677e7f0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=gssdp
pkgname=lib32-gssdp
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A GObject-based API for handling resource discovery and announcement over SSDP (32-bit)"
arch=(x86_64)
url="http://gupnp.org/"
@@ -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' \