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

Jan Steffens heftig at gemini.archlinux.org
Sun Dec 5 14:56:08 UTC 2021


    Date: Sunday, December 5, 2021 @ 14:56:08
  Author: heftig
Revision: 430688

41.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 10:29:13 UTC (rev 430687)
+++ PKGBUILD	2021-12-05 14:56:08 UTC (rev 430688)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=eog
-pkgver=41.0
+pkgver=41.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome"
@@ -12,13 +12,13 @@
 makedepends=(gobject-introspection gtk-doc git meson yelp-tools systemd)
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
-_commit=4a315fd3dc4ba5ca913d7bb08edffad10d7fbede  # tags/41.0^0
+_commit=54f6541e5dbd30e98756a8062d555ed0a8659b06  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list