summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2020-12-21 02:03:52 +0100
committerChristian Schendel2020-12-21 02:03:52 +0100
commit01a29b39d8f247f92806de0cbdf32f5f82dea87a (patch)
tree57ad41628c4cfae1d524f198105c2bd58e3740c3 /PKGBUILD
parentd1efb38a71b29d09bfe5c68a85d0eeccf8602bc3 (diff)
downloadaur-01a29b39d8f247f92806de0cbdf32f5f82dea87a.tar.gz
remove prefix from pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67b509512e0a..c597c4364396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=v10.r2.g2e81270
-pkgrel=2
+pkgver=10.r2.g2e81270
+pkgrel=3
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
- git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
package() {