Date: Friday, September 13, 2019 @ 10:00:01 Author: heftig Revision: 362482
3.34.0-1 Modified: gnome-chess/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:59:31 UTC (rev 362481) +++ PKGBUILD 2019-09-13 10:00:01 UTC (rev 362482) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-chess -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="Play the classic two-player boardgame of chess" url="https://wiki.gnome.org/Apps/Chess" @@ -12,7 +12,7 @@ makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) optdepends=('gnuchess: Play against computer') groups=(gnome-extra) -_commit=9cd36c74542831d11b83b1fdf85372ed35e2b7c1 # tags/3.32.0^0 +_commit=6d0ac919a4ea8112782064c2769ac84c2e93018d # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
