summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-10-12 03:45:08 -0300
committerPablo Lezaeta Reyes2017-10-12 03:45:08 -0300
commit23957d30836a7aa257604befe009622dfd4dfb03 (patch)
tree385f80590daf2046ff8c26d69b10f630bca78d27
parentff5a48fe3367384a6c199e475d641153fde3d33a (diff)
downloadaur-23957d30836a7aa257604befe009622dfd4dfb03.tar.gz
remove the v
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a1892a4604..767de1a5524c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce-theme-greybird-git
pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity
- pkgver = v3.22.5+3
+ pkgver = 3.22.5+3
pkgrel = 1
url = https://github.com/shimmerproject/Greybird
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 931e8848a793..3c6a37190466 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce-theme-greybird-git
-pkgver=v3.22.5+3
+pkgver=3.22.5+3
pkgrel=1
pkgdesc="Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity"
arch=('any')
@@ -26,7 +26,7 @@ md5sums=('SKIP')
pkgver() {
cd "Greybird"
# echo $(git describe --always --abbrev=0).r$(git rev-list --count master) | sed 's|-|.|g' | sed 's|v||g'
- echo "$(git describe --long | sed -r 's/-([0-9,a-g,A-G]{7}.*)//' | sed 's/-/+/' )"
+ echo "$(git describe --long | sed -r 's/-([0-9,a-g,A-G]{7}.*)//' | sed 's/-/+/' | sed 's/v//g' )"
}
package() {