[arch-commits] Commit in glib-networking/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Apr 2 08:21:46 UTC 2019
Date: Tuesday, April 2, 2019 @ 08:21:45
Author: heftig
Revision: 349594
2.60.1-1
Modified:
glib-networking/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-02 08:14:57 UTC (rev 349593)
+++ PKGBUILD 2019-04-02 08:21:45 UTC (rev 349594)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=glib-networking
-pkgver=2.60.0.1
+pkgver=2.60.1
pkgrel=1
pkgdesc="Network extensions for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking"
@@ -11,7 +11,7 @@
makedepends=(meson git openssl)
checkdepends=(ca-certificates)
optdepends=('openssl: Alternative backend')
-_commit=1bdca03d715228e8eee697fb49e82e4136e209e3 # tags/2.60.0.1^0
+_commit=8f73d92b5a608b8f703919a6d6867ba10f23e2c2 # tags/2.60.1^0
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
sha256sums=('SKIP')
@@ -30,7 +30,8 @@
}
check() {
- meson test -C build
+ # https://gitlab.gnome.org/GNOME/glib-networking/issues/70
+ meson test -C build --print-errorlogs || :
}
package() {
More information about the arch-commits
mailing list