Date: Tuesday, April 9, 2019 @ 09:03:57 Author: heftig Revision: 350435
2.66.1-1 Modified: libsoup/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-09 09:01:19 UTC (rev 350434) +++ PKGBUILD 2019-04-09 09:03:57 UTC (rev 350435) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libsoup -pkgver=2.66.0 +pkgver=2.66.1 pkgrel=1 pkgdesc="HTTP client/server library for GNOME" url="https://wiki.gnome.org/Projects/libsoup" @@ -11,7 +11,7 @@ depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl) makedepends=(gobject-introspection python vala git gtk-doc meson) checkdepends=(apache php-apache) -_commit=6607511e07f1f44ba438763791443fe6b2746733 # tags/2.66.0^0 +_commit=f26f6073d0a999fc9517366e1f995fece7c89649 # tags/2.66.1^0 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
