summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2023-01-10 11:36:38 -0300
committerRodrigo Bezerra2023-01-10 11:36:38 -0300
commit5a6d1066103387b9773a775dd386edb532ef10b2 (patch)
tree5ab65dd1baa7edf8b1dc85350fd505f80f23ff9f
parent7c172928c080df157089e99132dfa0bdd20dcc54 (diff)
downloadaur-5a6d1066103387b9773a775dd386edb532ef10b2.tar.gz
Update to version 0.1.21
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a325f6733458..4e949f3b856f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libnice
pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)
- pkgver = 0.1.19
+ pkgver = 0.1.21
pkgrel = 1
url = https://nice.freedesktop.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lib32-libnice
depends = lib32-gstreamer
depends = lib32-gupnp-igd
depends = libnice
- source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=64ef27e4847016568985f0f3c1fe4a4fb632e408
+ source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d
sha256sums = SKIP
pkgname = lib32-libnice
diff --git a/PKGBUILD b/PKGBUILD
index 1f99fd64f5a5..d7071e72d12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=libnice
pkgname=lib32-libnice
-pkgver=0.1.19
+pkgver=0.1.21
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (32-bit)"
url="https://nice.freedesktop.org"
@@ -10,7 +10,7 @@ arch=(x86_64)
license=(LGPL)
depends=(lib32-gstreamer lib32-gupnp-igd libnice)
makedepends=(git meson)
-_commit=64ef27e4847016568985f0f3c1fe4a4fb632e408 # tags/0.1.19^0
+_commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d # tags/0.1.21^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
sha256sums=('SKIP')