summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-07-14 23:24:22 -0300
committerRodrigo Bezerra2019-07-14 23:24:22 -0300
commite7970419e934c193b4234d4d888894bb9cbfc6ae (patch)
treee9b989138f1a21b986e4820349433bafb13a7410
parent1cef60e530514f7b01bbc322246b30ed994e431d (diff)
downloadaur-e7970419e934c193b4234d4d888894bb9cbfc6ae.tar.gz
Update to version 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006fafbe6e8f..719009465708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
- pkgver = 1.2.0
+ pkgver = 1.2.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=386c5332d4daa758ffbc36462f0aca3e7f18f60c
+ source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=b9f76cada1038be75963593ad783d88d9446fce6
sha256sums = SKIP
pkgname = lib32-gupnp
diff --git a/PKGBUILD b/PKGBUILD
index cc0ac536434f..c519802dfea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=gupnp
pkgname=lib32-gupnp
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="An object-oriented UPNP framework (32-bit)"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://wiki.gnome.org/Projects/GUPnP"
license=(LGPL)
depends=(lib32-gssdp gupnp)
makedepends=(git gobject-introspection meson vala)
-_commit=386c5332d4daa758ffbc36462f0aca3e7f18f60c # tags/gupnp-1.2.0^0
+_commit=b9f76cada1038be75963593ad783d88d9446fce6 # tags/gupnp-1.2.1^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')
@@ -23,7 +23,7 @@ pkgver() {
build() {
export CC='gcc -m32'
export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+ export PKG_CONFIG='/usr/bin/pkg-config-32'
arch-meson $_basename build \
--libdir='/usr/lib32' \
@@ -33,7 +33,7 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {