[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 13 08:53:10 UTC 2019


    Date: Friday, September 13, 2019 @ 08:53:09
  Author: heftig
Revision: 362425

3.34.0-1

Modified:
  four-in-a-row/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 08:52:21 UTC (rev 362424)
+++ PKGBUILD	2019-09-13 08:53:09 UTC (rev 362425)
@@ -2,16 +2,16 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=four-in-a-row
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 url="https://wiki.gnome.org/Apps/Four-in-a-row"
 arch=(x86_64)
 license=(GPL3)
-depends=(gtk3 libcanberra librsvg)
+depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=2be2ec50d0bc51b2d6ec144ff0c20d9ba4e43951  # tags/3.32.0^0
+_commit=2c087c1294539a99353688d2d5650a424262a3cc  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list