summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-01-04 16:28:52 -0300
committerRodrigo Bezerra2020-01-04 16:28:52 -0300
commit438bd1bdebb91dc8241572a9e17ccdc26c003c9f (patch)
tree1e6462c745091c154f58fcb52618f39280f0adb7
parent6d8d074277316e6a62e29557f28c66d00c97aa45 (diff)
downloadaur-438bd1bdebb91dc8241572a9e17ccdc26c003c9f.tar.gz
Update to version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b3e1377fe5..05e743561985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://wiki.gnome.org/Projects/GUPnP
arch = x86_64
license = LGPL
@@ -11,7 +11,7 @@ pkgbase = lib32-gupnp
makedepends = vala
depends = lib32-gssdp
depends = gupnp
- source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=b9f76cada1038be75963593ad783d88d9446fce6
+ source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=76f6a78e99f4a4e80f31678ba99e8068131c79ff
sha256sums = SKIP
pkgname = lib32-gupnp
diff --git a/PKGBUILD b/PKGBUILD
index bb2538b39934..aaf762319265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_basename=gupnp
pkgname=lib32-gupnp
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
pkgdesc="An object-oriented UPNP framework (32-bit)"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/GUPnP"
license=(LGPL)
depends=(lib32-gssdp gupnp)
makedepends=(git gobject-introspection meson vala)
-_commit=b9f76cada1038be75963593ad783d88d9446fce6 # tags/gupnp-1.2.1^0
+_commit=76f6a78e99f4a4e80f31678ba99e8068131c79ff # tags/gupnp-1.2.2^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')