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

Jan Steffens heftig at archlinux.org
Mon Oct 7 12:47:48 UTC 2019


    Date: Monday, October 7, 2019 @ 12:47:47
  Author: heftig
Revision: 364021

3.34.1-1

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 12:36:57 UTC (rev 364020)
+++ PKGBUILD	2019-10-07 12:47:47 UTC (rev 364021)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=quadrapassel
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 url="https://wiki.gnome.org/Apps/Quadrapassel"
@@ -11,13 +11,13 @@
 depends=(clutter-gtk gsound librsvg libmanette)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=9d17300b12a6d20bed1ac4933dc9475ac4fff5b3  # tags/3.34.0^0
+_commit=a31fde731beeed865a3cbd225fb2a7b3733cabb1  # tags/v3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list