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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 14:04:14 UTC 2022


    Date: Saturday, April 2, 2022 @ 14:04:14
  Author: heftig
Revision: 441251

42.0-1

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 13:45:28 UTC (rev 441250)
+++ PKGBUILD	2022-04-02 14:04:14 UTC (rev 441251)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-sudoku
-pkgver=40.2
+pkgver=42.0
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 url="https://wiki.gnome.org/Apps/Sudoku"
@@ -11,13 +11,14 @@
 depends=(gtk3 qqwing libgee json-glib)
 makedepends=(vala yelp-tools git meson)
 groups=(gnome-extra)
-_commit=614d6d8e3eb28fcb6ef82e6f197a1c97a1cb8bc7  # tags/40.2^0
+options=(debug)
+_commit=31ab3583f01a73caa33b2eaa1037b56143287d64  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list