[arch-commits] Commit in gupnp/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 2 02:20:11 UTC 2019


    Date: Thursday, May 2, 2019 @ 02:20:10
  Author: heftig
Revision: 352370

1.2.1-1

Modified:
  gupnp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-02 02:18:26 UTC (rev 352369)
+++ PKGBUILD	2019-05-02 02:20:10 UTC (rev 352370)
@@ -2,7 +2,7 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=gupnp
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 url="https://wiki.gnome.org/Projects/GUPnP"
@@ -11,7 +11,7 @@
 depends=(gssdp util-linux)
 makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_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')
 
@@ -30,7 +30,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list