Date: Friday, September 13, 2019 @ 09:21:29 Author: heftig Revision: 362450
3.34.0-1 Modified: gnome-mines/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:21:18 UTC (rev 362449) +++ PKGBUILD 2019-09-13 09:21:29 UTC (rev 362450) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-mines -pkgver=3.32.2 +pkgver=3.34.0 pkgrel=1 pkgdesc="Clear hidden mines from a minefield" url="https://wiki.gnome.org/Apps/Mines" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) groups=(gnome-extra) -_commit=00dd13739d4821f97659584b04f7a3d6420a1aaa # tags/3.32.2^0 +_commit=8b578976eceae5ee397a3487104f9e380f859b24 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
