Date: Friday, September 13, 2019 @ 09:59:31 Author: heftig Revision: 362481
3.34.0-1 Modified: gnome-robots/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:56:31 UTC (rev 362480) +++ PKGBUILD 2019-09-13 09:59:31 UTC (rev 362481) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <j...@archlinux.org> pkgname=gnome-robots -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="Avoid the robots and make them crash into each other" url="https://wiki.gnome.org/Apps/Robots" arch=(x86_64) license=(GPL) -depends=(gtk3 libcanberra librsvg libgnome-games-support) +depends=(gtk3 gsound librsvg libgnome-games-support) makedepends=(meson gobject-introspection yelp-tools appstream-glib git) groups=(gnome-extra) -_commit=5caaee84c26d02186489a65a77f717f4fccbf43c # tags/3.32.0^0 +_commit=d1bee596425ab34ee6a28757b6fbc2c39eabf6cc # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {