Date: Friday, September 13, 2019 @ 08:49:20 Author: heftig Revision: 362417
3.34.0-1 Modified: gnome-2048/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 08:46:32 UTC (rev 362416) +++ PKGBUILD 2019-09-13 08:49:20 UTC (rev 362417) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-2048 -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="Obtain the 2048 tile" url="https://wiki.gnome.org/Apps/2048" @@ -9,7 +9,7 @@ license=(GPL3) depends=(clutter-gtk libgee libgnome-games-support) makedepends=(meson vala yelp-tools appstream-glib git) -_commit=f83a217997d2c5f8a10a82b8ac3154c0caf271ba # tags/3.32.0^0 +_commit=9db7ae4fc8f98d12866d34a5e4a9045256794d37 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit") sha256sums=('SKIP') @@ -28,7 +28,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
