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

Jan Steffens heftig at gemini.archlinux.org
Sun Dec 5 14:58:02 UTC 2021


    Date: Sunday, December 5, 2021 @ 14:58:01
  Author: heftig
Revision: 430690

3.41.1-1

Modified:
  ghex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 14:57:32 UTC (rev 430689)
+++ PKGBUILD	2021-12-05 14:58:01 UTC (rev 430690)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=ghex
-pkgver=3.41.0
+pkgver=3.41.1
 pkgrel=1
 pkgdesc="A simple binary editor for the Gnome desktop"
 url="https://wiki.gnome.org/Apps/Ghex"
@@ -12,13 +12,13 @@
 depends=(gtk3)
 makedepends=(git meson yelp-tools)
 groups=(gnome-extra)
-_commit=d95e67c25b08267733de0f31e61cc5c0bc5ce57e  # tags/3.41.0^0
+_commit=2bd5cb649e40de5e3b197ce7666ee9bd14ae2c24  # tags/3.41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/ghex.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