summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-08-19 22:13:22 -0300
committerRodrigo Bezerra2020-08-19 22:13:22 -0300
commit4dd179bc2a9e71800587cc29c15803ef64fd578c (patch)
tree5268b657b95e6d5db0ab494eaf5fa35a6dfd38d2
parent87d7adb1e66525c90e642ced6e9e2818a03587d2 (diff)
downloadaur-4dd179bc2a9e71800587cc29c15803ef64fd578c.tar.gz
Update to version 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2171ef9dc43f..2298e214fe36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gupnp
pkgdesc = An object-oriented UPNP framework (32-bit)
- pkgver = 1.2.2
- pkgrel = 2
+ pkgver = 1.2.4
+ 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=76f6a78e99f4a4e80f31678ba99e8068131c79ff
+ source = git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=a066f3d70d7712976311c906afc3ca57be8a694d
sha256sums = SKIP
pkgname = lib32-gupnp
diff --git a/PKGBUILD b/PKGBUILD
index 5989861a98c8..00d7883b38b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_basename=gupnp
pkgname=lib32-gupnp
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.4
+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=76f6a78e99f4a4e80f31678ba99e8068131c79ff # tags/gupnp-1.2.2^0
+_commit=a066f3d70d7712976311c906afc3ca57be8a694d # tags/gupnp-1.2.4^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
sha256sums=('SKIP')
@@ -24,13 +24,14 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
- export PKG_CONFIG_PATH='$PKG_CONFIG_PATH:/usr/lib32/pkgconfig/:/usr/lib/pkgconfig'
arch-meson $_basename build \
--libdir='/usr/lib32' \
- -Dgtk_doc=false
+ -Dgtk_doc=false \
+ -Dintrospection=false \
+ -Dexamples=false
- ninja -C build
+ meson compile -C build
}
check() {