summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2020-12-21 02:03:52 +0100
committerChristian Schendel2020-12-21 02:03:52 +0100
commit01a29b39d8f247f92806de0cbdf32f5f82dea87a (patch)
tree57ad41628c4cfae1d524f198105c2bd58e3740c3
parentd1efb38a71b29d09bfe5c68a85d0eeccf8602bc3 (diff)
downloadaur-01a29b39d8f247f92806de0cbdf32f5f82dea87a.tar.gz
remove prefix from pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173ed41fcb82..2c132d82016e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
- pkgver = v10.r2.g2e81270
- pkgrel = 2
+ pkgver = 10.r2.g2e81270
+ pkgrel = 3
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
arch = any
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() {