summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f98250f6558..37be73f603e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libnice
pkgdesc = An implementation of the IETF's draft ICE (for p2p UDP data streams) (mingw-w64)
- pkgver = 0.1.21
+ pkgver = 0.1.22
pkgrel = 1
url = https://nice.freedesktop.org
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-libnice
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d
+ source = git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=ae3eb16fd7d1237353bf64e899c612b8a63bca8a
sha256sums = SKIP
pkgname = mingw-w64-libnice
diff --git a/PKGBUILD b/PKGBUILD
index 36ffc6445b68..7d6bf5df0945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libnice
-pkgver=0.1.21
+pkgver=0.1.22
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams) (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-meson' 'git' 'mingw-w64-gstreamer')
depends=('mingw-w64-glib2' 'mingw-w64-gnutls')
options=('!strip' '!buildflags' 'staticlibs')
-_commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d # tags/0.1.21^0
+_commit=ae3eb16fd7d1237353bf64e899c612b8a63bca8a # tags/0.1.22^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
sha256sums=('SKIP')
@@ -21,6 +21,7 @@ build() {
for _arch in $_architectures; do
mkdir -p "build-${_arch}" && pushd build-${_arch}
${_arch}-meson \
+ -D strip=true \
-D tests=disabled \
-D examples=disabled \
-D gupnp=disabled \