Date: Friday, September 13, 2019 @ 08:46:12 Author: heftig Revision: 362413
3.34.0-1 Modified: iagno/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 08:44:56 UTC (rev 362412) +++ PKGBUILD 2019-09-13 08:46:12 UTC (rev 362413) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <[email protected]> pkgname=iagno -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="Dominate the board in a classic version of Reversi" url="https://wiki.gnome.org/Apps/Iagno" arch=(x86_64) license=(GPL) -depends=(gtk3 libcanberra librsvg) +depends=(gtk3 gsound librsvg) makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git) groups=(gnome-extra) -_commit=05da11a5bd239f24da67a81158cc78e3638a8185 # tags/3.32.0^0 +_commit=eef2f6e57dc014dc19c20060c744ac4a2d263335 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
