[arch-commits] Commit in gssdp/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 2 02:18:20 UTC 2019
Date: Thursday, May 2, 2019 @ 02:18:19
Author: heftig
Revision: 352368
1.2.1-1
Modified:
gssdp/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-01 21:46:14 UTC (rev 352367)
+++ PKGBUILD 2019-05-02 02:18:19 UTC (rev 352368)
@@ -2,7 +2,7 @@
# Contributor: György Balló <ballogy at freestart.hu>
pkgname=gssdp
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A GObject-based API for handling resource discovery and announcement over SSDP"
url="https://wiki.gnome.org/Projects/GUPnP"
@@ -11,7 +11,7 @@
depends=(libsoup)
makedepends=(gobject-introspection gtk-doc vala meson git gtk3)
optdepends=('gtk3: gssdp-device-sniffer')
-_commit=615517535c1a5bb2c2bb5d5460f92e7e7944df6a # tags/gssdp-1.2.0^0
+_commit=454c1d5a8f5e16c49e360696b063732e25ec780b # tags/gssdp-1.2.1^0
source=("git+https://gitlab.gnome.org/GNOME/gssdp.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