summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2021-12-28 17:44:41 -0300
committerRodrigo Bezerra2021-12-28 17:44:41 -0300
commit1271d2687d1361099622d20354595b478d25f56f (patch)
tree200110df21283894cee658dded7a590a96cece60
parent64ea3d60f39009e07aa25b9ddcb2c8109801f769 (diff)
downloadaur-1271d2687d1361099622d20354595b478d25f56f.tar.gz
Update to version 1.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dcb389663be..1f698d6c3fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
- pkgver = 1.2.7
+ pkgver = 1.4.1
pkgrel = 1
url = https://wiki.gnome.org/Projects/GUPnP
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = lib32-gupnp
makedepends = vala
depends = lib32-gssdp
depends = gupnp
- source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=91f5c741ac9ff026df16111833719ce2e07ef11a
+ source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=21cf45befcdfbda8882ff4805f9e791270e28274
sha256sums = SKIP
pkgname = lib32-gupnp
diff --git a/PKGBUILD b/PKGBUILD
index 0c8e996a63a9..7e08235c67f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=gupnp
pkgname=lib32-gupnp
-pkgver=1.2.7
+pkgver=1.4.1
pkgrel=1
pkgdesc="An object-oriented UPNP framework (32-bit)"
arch=(x86_64)
@@ -10,12 +10,12 @@ url="https://wiki.gnome.org/Projects/GUPnP"
license=(LGPL)
depends=(lib32-gssdp gupnp)
makedepends=(git gobject-introspection meson vala)
-_commit=91f5c741ac9ff026df16111833719ce2e07ef11a # tags/gupnp-1.2.4^0
+_commit=21cf45befcdfbda8882ff4805f9e791270e28274 # tags/gupnp-1.4.1^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd $_basename
+ cd gupnp
git describe --tags | sed 's/^gupnp-//;s/-/+/g'
}
@@ -25,7 +25,7 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
- arch-meson $_basename build \
+ arch-meson gupnp build \
--libdir='/usr/lib32' \
-Dgtk_doc=false \
-Dintrospection=false \