summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-06-10 00:41:47 -0300
committerRodrigo Bezerra2020-06-10 00:41:47 -0300
commitb327d813e7d5d7a401b27819cf821dbdf3a93ced (patch)
treea411c2f9ee62ec03eae0d9e5d8972dc47ae3a6ec
parent0be0a174a47afdac7acc818a0c586125bbe40e74 (diff)
downloadaur-b327d813e7d5d7a401b27819cf821dbdf3a93ced.tar.gz
Update to version 0.1.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf024ea13f6..4adaeea6142e 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 = 3
+ pkgver = 0.1.17
+ 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=5969b34e3acd9150506ed8d9d109c73665858f3e
+ source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=5fb2511725a690a68ed9ace030931b78bc6fe92c
sha256sums = SKIP
pkgname = lib32-libnice
diff --git a/PKGBUILD b/PKGBUILD
index 7310e768ba1e..81be6e8aba39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_basename=libnice
pkgname=lib32-libnice
-pkgver=0.1.16
-pkgrel=3
+pkgver=0.1.17
+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=5969b34e3acd9150506ed8d9d109c73665858f3e # tags/0.1.16^0
+_commit=5fb2511725a690a68ed9ace030931b78bc6fe92c # tags/0.1.17^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
sha256sums=('SKIP')
@@ -31,7 +31,7 @@ build() {
-Dgtk_doc=disabled \
-Dtests=disabled
- ninja -C build
+ meson compile -C build
}
check() {