summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-07-14 23:27:54 -0300
committerRodrigo Bezerra2019-07-14 23:27:54 -0300
commit7872b02663ec307245ced732706dac4a1498bf33 (patch)
tree4fe6dda86559b1105a1334be0601ec5ca3b61a37
parentbed4436d1230203abec7f4346904c19e322dad8c (diff)
downloadaur-7872b02663ec307245ced732706dac4a1498bf33.tar.gz
Update to version 0.1.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e917a5b141..27a45b310d0c 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.15
- pkgrel = 2
+ pkgver = 0.1.16
+ pkgrel = 1
url = https://nice.freedesktop.org
arch = x86_64
license = LGPL
@@ -11,7 +11,7 @@ pkgbase = lib32-libnice
depends = lib32-gstreamer
depends = lib32-gupnp-igd
depends = libnice
- source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=e25c3e5113c7b7002a78bcca2ecf058bbf7de6d4
+ source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=5969b34e3acd9150506ed8d9d109c73665858f3e
sha256sums = SKIP
pkgname = lib32-libnice
diff --git a/PKGBUILD b/PKGBUILD
index 72788a3970da..e17312af1354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_basename=libnice
pkgname=lib32-libnice
-pkgver=0.1.15
-pkgrel=2
+pkgver=0.1.16
+pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)"
url="https://nice.freedesktop.org"
arch=(x86_64)
license=(LGPL)
depends=(lib32-gstreamer lib32-gupnp-igd libnice)
makedepends=(git gobject-introspection meson)
-_commit=e25c3e5113c7b7002a78bcca2ecf058bbf7de6d4 # tags/0.1.15^0
+_commit=5969b34e3acd9150506ed8d9d109c73665858f3e # tags/0.1.16^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
sha256sums=('SKIP')
@@ -23,7 +23,7 @@ pkgver() {
build() {
export CC='gcc -m32'
export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+ export PKG_CONFIG='/usr/bin/pkg-config-32'
arch-meson libnice build \
--libdir='/usr/lib32' \