Date: Friday, September 13, 2019 @ 08:52:21 Author: heftig Revision: 362424
3.34.0-1 Modified: gnome-klotski/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 08:52:11 UTC (rev 362423) +++ PKGBUILD 2019-09-13 08:52:21 UTC (rev 362424) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-klotski -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="Slide blocks to solve the puzzle" url="https://wiki.gnome.org/Apps/Klotski" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git) groups=(gnome-extra) -_commit=590defbc2b42cbf31901505aefbfef37c7f1f2fc # tags/3.32.0^0 +_commit=d69466fa775b5cc6d6c24ff914ccfb92c7374bfb # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
