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

Jan Steffens heftig at archlinux.org
Sat May 30 15:05:08 UTC 2020


    Date: Saturday, May 30, 2020 @ 15:05:07
  Author: heftig
Revision: 387905

3.36.3-1

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

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 15:04:17 UTC (rev 387904)
+++ PKGBUILD	2020-05-30 15:05:07 UTC (rev 387905)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=four-in-a-row
-pkgver=3.36.2
+pkgver=3.36.3
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 url="https://wiki.gnome.org/Apps/Four-in-a-row"
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=6471afd923288427b1f4f3653c02f728cd8245c5  # tags/3.36.2^0
+_commit=c1b65360d8bac0371f4c48ae77573619755339ca  # tags/3.36.3^0
 source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list