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

Jan Steffens heftig at gemini.archlinux.org
Fri Jun 10 16:51:30 UTC 2022


    Date: Friday, June 10, 2022 @ 16:51:30
  Author: heftig
Revision: 448143

minor

Modified:
  eglexternalplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 16:51:09 UTC (rev 448142)
+++ PKGBUILD	2022-06-10 16:51:30 UTC (rev 448143)
@@ -1,4 +1,4 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=eglexternalplatform
 pkgver=1.1
@@ -15,7 +15,7 @@
 
 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