[arch-commits] Commit in gnome-maps/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Dec 5 15:01:47 UTC 2021
Date: Sunday, December 5, 2021 @ 15:01:47
Author: heftig
Revision: 430692
41.2-1
Modified:
gnome-maps/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-05 14:59:11 UTC (rev 430691)
+++ PKGBUILD 2021-12-05 15:01:47 UTC (rev 430692)
@@ -2,8 +2,8 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-maps
-pkgver=41.1
-pkgrel=2
+pkgver=41.2
+pkgrel=1
pkgdesc="A simple GNOME 3 maps application"
url="https://wiki.gnome.org/Apps/Maps"
arch=(x86_64)
@@ -11,13 +11,13 @@
depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
makedepends=(gobject-introspection git meson yelp-tools)
groups=(gnome)
-_commit=8f8963009dc54627618e1b2a2627e0089f5d6815 # tags/v41.1^0
+_commit=47ac76371c1616f936d298053f03562f442d5c0d # tags/v41.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
+ git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list