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

Jan Steffens heftig at gemini.archlinux.org
Wed Apr 13 16:20:36 UTC 2022


    Date: Wednesday, April 13, 2022 @ 16:20:36
  Author: heftig
Revision: 442484

41.1-1

Modified:
  swell-foop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 16:14:22 UTC (rev 442483)
+++ PKGBUILD	2022-04-13 16:20:36 UTC (rev 442484)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=swell-foop
-pkgver=41.0.1
+pkgver=41.1
 pkgrel=1
 pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
 url="https://wiki.gnome.org/Apps/Swell%20Foop"
@@ -11,13 +11,14 @@
 depends=(clutter-gtk librsvg libgnome-games-support libgee)
 makedepends=(yelp-tools appstream-glib vala git meson)
 groups=(gnome-extra)
-_commit=4ca2598ff41490c27d3769ec00327780736d70d4  # tags/41.0.1^0
+options=(debug)
+_commit=f89d9cfe7c4b73ae37cf5ed0a6bdc9060365e55d  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/swell-foop.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