Date: Thursday, March 12, 2020 @ 20:40:41 Author: heftig Revision: 377434
3.32.1-1 Modified: five-or-more/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-12 20:06:50 UTC (rev 377433) +++ PKGBUILD 2020-03-12 20:40:41 UTC (rev 377434) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=five-or-more -pkgver=3.32.0 +pkgver=3.32.1 pkgrel=1 pkgdesc="Remove colored balls from the board by forming lines" url="https://wiki.gnome.org/Apps/Five%20or%20more" @@ -11,7 +11,7 @@ depends=(gtk3 librsvg libgnome-games-support) makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala) groups=(gnome-extra) -_commit=49cb447c5f62e5274c60731bf11ce078bb5f46bc # tags/3.32.0^0 +_commit=f48f15671b802c1a49e6c801c75d86393cd79167 # tags/3.32.1^0 source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
