[arch-commits] Commit in gnome-chess/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat May 30 19:43:55 UTC 2020


    Date: Saturday, May 30, 2020 @ 19:43:55
  Author: heftig
Revision: 387928

3.36.1-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 19:40:41 UTC (rev 387927)
+++ PKGBUILD	2020-05-30 19:43:55 UTC (rev 387928)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-chess
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess"
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=033734e18430d4927df6275aa42b146c6da8bda0  # tags/3.36.0^0
+_commit=a6cf2efe5ffbb2cfed06f106ccff292f0200e38b  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list