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

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


    Date: Saturday, May 30, 2020 @ 15:05:11
  Author: heftig
Revision: 387906

3.36.3-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 15:05:07 UTC (rev 387905)
+++ PKGBUILD	2020-05-30 15:05:11 UTC (rev 387906)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=iagno
-pkgver=3.36.2
+pkgver=3.36.3
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno"
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=2ff809ad5991db11e320e2c88e485e485640a30a  # tags/3.36.2^0
+_commit=3e1826a6b00d59b4304c1ac127cd7978caed8941  # tags/3.36.3^0
 source=("git+https://gitlab.gnome.org/GNOME/iagno.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