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

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


    Date: Saturday, April 2, 2022 @ 14:05:29
  Author: heftig
Revision: 441253

42.0-1

Modified:
  gnome-chess/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 14:04:32 UTC (rev 441252)
+++ PKGBUILD	2022-04-02 14:05:29 UTC (rev 441253)
@@ -2,23 +2,24 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-chess
-pkgver=41.1
+pkgver=42.0
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess"
 arch=(x86_64)
 license=(GPL)
-depends=(gtk4 librsvg)
+depends=(gtk4 libadwaita librsvg)
 makedepends=(gobject-introspection yelp-tools vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=1e5cf800528877aa9571d53503ec361f812b3705  # tags/41.1^0
+options=(debug)
+_commit=8dd35638d7c25bd214c0bb07e069d7ed332c32bd  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.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