summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRodrigo Bezerra2023-05-04 15:28:03 -0300
committerRodrigo Bezerra2023-05-04 15:28:03 -0300
commita325a94aee55f77b3fee9d0f102cc418ea59dd59 (patch)
tree4a64eeb12f52a6946ecba5ffa08700657a6b5b73 /PKGBUILD
parent5a6d1066103387b9773a775dd386edb532ef10b2 (diff)
downloadaur-a325a94aee55f77b3fee9d0f102cc418ea59dd59.tar.gz
Update for lib32-gupnp-igd 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7071e72d12c..601af6ab74fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libnice
pkgname=lib32-libnice
pkgver=0.1.21
-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)
@@ -12,7 +12,7 @@ depends=(lib32-gstreamer lib32-gupnp-igd libnice)
makedepends=(git meson)
_commit=3d9cae16a5094aadb1651572644cb5786a8b4e2d # tags/0.1.21^0
source=("git+https://gitlab.freedesktop.org/libnice/libnice.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd libnice
@@ -21,7 +21,10 @@ pkgver() {
}
prepare() {
- cd libnice
+ cd libnice
+
+ # GUPnP-IGD 1.6
+ sed -i 's/gupnp-igd-1\.0/gupnp-igd-1.6/' meson.build
}
build() {