summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d916f43b67e2..4996f757bc0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gnomenu-git
pkgdesc = GnoMenu - is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface.
- pkgver = v25.g21c5623
+ pkgver = 25.r3.g24ba946
pkgrel = 1
url = https://github.com/The-Panacea-Projects/Gnomenu
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9dc36dbd55bc..6c8acf9a9194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=gnome-shell-extension-gnomenu
pkgname=$_pkgname-git
-pkgver=v25.g21c5623
+pkgver=25.r3.g24ba946
pkgrel=1
pkgdesc="GnoMenu - is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface."
arch=('any')
@@ -17,7 +17,7 @@ sha512sums=('SKIP')
pkgver() {
cd "$srcdir/Gnomenu"
- git describe --long --tags | cut -d '.' -f 2 | awk -F '-' '{print $1"."$3}'
+ git describe --long | sed 's/^gno-menu.v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {