summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2022-11-05 09:12:01 -0300
committerRodrigo Bezerra2022-11-05 09:12:01 -0300
commit010b48ee6d46a646a7f50ecba6e16c7386c8e59f (patch)
treefda165cbcd5dc652f9b4864e34fa887b3fb0e446
parentffbf19823146dfe309e02a54de0f6084f7ba65d4 (diff)
downloadaur-010b48ee6d46a646a7f50ecba6e16c7386c8e59f.tar.gz
Update to version 1.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b5010f3d6f..b11f7728e28d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
- pkgver = 1.4.3
+ pkgver = 1.6.0
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=1e752b11dc51673c71c70bbf6deb34c96e3abd19
+ source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=f05648e240c99be32911fb0c6de84e5954470e56
sha256sums = SKIP
pkgname = lib32-gupnp
diff --git a/PKGBUILD b/PKGBUILD
index 63728a439937..45efb778103f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rodrigo Bezerra <rodrigobezerra21 at gmail dot com>
pkgname=lib32-gupnp
-pkgver=1.4.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="An object-oriented UPNP framework (32-bit)"
arch=(x86_64)
@@ -9,7 +9,7 @@ url="https://wiki.gnome.org/Projects/GUPnP"
license=(LGPL)
depends=(lib32-gssdp gupnp)
makedepends=(git gobject-introspection meson vala)
-_commit=1e752b11dc51673c71c70bbf6deb34c96e3abd19 # tags/gupnp-1.4.3^0
+_commit=f05648e240c99be32911fb0c6de84e5954470e56 # tags/gupnp-1.6.0^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')