Date: Tuesday, July 16, 2019 @ 04:39:17 Author: heftig Revision: 358028
0.3.9-1 Modified: grilo-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-16 04:34:09 UTC (rev 358027) +++ PKGBUILD 2019-07-16 04:39:17 UTC (rev 358028) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=grilo-plugins -pkgver=0.3.8 +pkgver=0.3.9 pkgrel=1 pkgdesc="A collection of plugins for the Grilo framework" url="https://gitlab.gnome.org/GNOME/grilo-plugins" @@ -14,7 +14,7 @@ optdepends=('dleyna-server: DLNA plugin' 'tracker-miners: Tracker plugin') groups=(gnome) -_commit=29dc976e010bfff6d0bfd92aae886944e8e708b8 # tags/grilo-plugins-0.3.8^0 +_commit=0f3bce0fcf8b157ef0e6bdcc02c0fbb92f5a26b9 # tags/grilo-plugins-0.3.9^0 source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit") sha256sums=('SKIP') @@ -34,7 +34,7 @@ check() { # Unreliable tests using websites... - meson test -C build || : + meson test -C build --print-errorlogs || : } package() {
