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

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:47:42 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:47:41
  Author: heftig
Revision: 396754

3.38.0-1

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:46:11 UTC (rev 396753)
+++ PKGBUILD	2020-09-27 16:47:41 UTC (rev 396754)
@@ -1,7 +1,8 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=hitori
-pkgver=3.36.0
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="GTK+ application to generate and let you play games of Hitori"
 arch=(x86_64)
@@ -10,7 +11,7 @@
 depends=(gtk3)
 makedepends=(yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=2ef8bc470391b67e4197ac0370bcd076b6cdabe3  # tags/3.36.0^0
+_commit=28b91cc71b4996a5f5d28bdd2fde21c1a64ba02f  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list