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

Jan Steffens heftig at gemini.archlinux.org
Fri Feb 18 18:42:18 UTC 2022


    Date: Friday, February 18, 2022 @ 18:42:18
  Author: heftig
Revision: 437709

40.1-1

Modified:
  gnome-mines/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 18:40:59 UTC (rev 437708)
+++ PKGBUILD	2022-02-18 18:42:18 UTC (rev 437709)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-mines
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Clear hidden mines from a minefield"
 url="https://wiki.gnome.org/Apps/Mines"
@@ -11,13 +11,13 @@
 depends=(gtk3 librsvg libgnome-games-support)
 makedepends=(yelp-tools appstream-glib vala git meson)
 groups=(gnome-extra)
-_commit=385cd6b93cff2deb100d91ff08742d906d60d4ab  # tags/40.0^0
+_commit=c7a2abc8a62a2d313959db76df3a811209409dc9  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -34,5 +34,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list