summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-09-11 19:40:01 -0300
committerRodrigo Bezerra2019-09-11 19:40:01 -0300
commit98214a6d804b581b2bdacbbba4602a599721a426 (patch)
tree0dd91f1987755ae026a4d4c44c2de7d62b96127b /PKGBUILD
parent7872b02663ec307245ced732706dac4a1498bf33 (diff)
downloadaur-98214a6d804b581b2bdacbbba4602a599721a426.tar.gz
Update to i686-pc-linux-gnu-pkg-config
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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' \