Date: Friday, March 3, 2023 @ 13:58:09
  Author: heftig
Revision: 470160

44.0-1

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 13:58:05 UTC (rev 470159)
+++ PKGBUILD    2023-03-03 13:58:09 UTC (rev 470160)
@@ -2,16 +2,21 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=hitori
-pkgver=3.38.4
+pkgver=44.0
 pkgrel=1
 pkgdesc="GTK+ application to generate and let you play games of Hitori"
+url="https://wiki.gnome.org/Apps/Hitori";
 arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Hitori";
 license=(GPL)
 depends=(gtk3)
-makedepends=(yelp-tools appstream-glib git meson)
+makedepends=(
+  appstream-glib
+  git
+  meson
+  yelp-tools
+)
 groups=(gnome-extra)
-_commit=2498eff83d8cfdeb19eb455ae0c72b49ca6bd375  # tags/3.38.4^0
+_commit=53db1397d6a711862023d7a3070e785235a98c87  # tags/44.0^0
 source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -36,3 +41,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to