summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-09-11 19:40:01 -0300
committerRodrigo Bezerra2019-09-11 19:40:01 -0300
commit98214a6d804b581b2bdacbbba4602a599721a426 (patch)
tree0dd91f1987755ae026a4d4c44c2de7d62b96127b
parent7872b02663ec307245ced732706dac4a1498bf33 (diff)
downloadaur-98214a6d804b581b2bdacbbba4602a599721a426.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 27a45b310d0c..5a5b83d365ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libnice
pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)
pkgver = 0.1.16
- pkgrel = 1
+ pkgrel = 2
url = https://nice.freedesktop.org
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index e17312af1354..6dafcc1475d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libnice
pkgname=lib32-libnice
pkgver=0.1.16
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)"
url="https://nice.freedesktop.org"
arch=(x86_64)
@@ -23,7 +23,7 @@ pkgver() {
build() {
export CC='gcc -m32'
export CXX='g++ -m32'
- export PKG_CONFIG='/usr/bin/pkg-config-32'
+ export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
arch-meson libnice build \
--libdir='/usr/lib32' \