summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous Coward2023-08-28 07:24:37 +0000
committerAnonymous Coward2023-08-28 07:24:37 +0000
commit1c4da8c1224d570a5ad2dd310c19d64b93281eae (patch)
tree0bc5249364a6dcb269bc0e27e24a9c88018588fd
parent183371bfb721a5956a61eb98aa5f65ca90175ba5 (diff)
downloadaur-gnome-shell-extension-hide-activities-git.tar.gz
use tag name in pkgver
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caaab1006300..59f7e2bc2010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-hide-activities-git
pkgdesc = A simple GNOME Shell extension to hide the Activities button from the status bar
- pkgver = master.r11.2180572
- pkgrel = 2
+ pkgver = 44.r0.g9775c64
+ pkgrel = 1
url = https://github.com/zeten30/HideActivities
arch = any
license = Unlicense
@@ -12,4 +12,3 @@ pkgbase = gnome-shell-extension-hide-activities-git
md5sums = SKIP
pkgname = gnome-shell-extension-hide-activities-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 487a0fe1dc70..a4aafb019be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=gnome-shell-extension-hide-activities-git
_pkgname=${pkgname%-git}
-pkgver=master.r11.2180572
-pkgrel=2
+pkgver=44.r0.g9775c64
+pkgrel=1
pkgdesc="A simple GNOME Shell extension to hide the Activities button from the status bar"
arch=('any')
url="https://github.com/zeten30/HideActivities"
@@ -14,7 +14,7 @@ _extdir="usr/share/gnome-shell/extensions/Hide_Activities@shay.shayel.org"
pkgver() {
cd "$srcdir/$_pkgname"
- printf "%s.r%s.%s" "master" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long --tags --abbrev=7 | sed 's/-/.r/;s/-/./'
}
build() {