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 e1ec8b26af4f..2bdcd7ec66e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = themix-icons-suru-plus-git
pkgdesc = Suru++ icons plugin for Themix GUI designer
- pkgver = v30.0.r2.g9bd895f32
+ pkgver = 30.0.r2.g9bd895f32
pkgrel = 1
url = https://github.com/gusbemacbe/suru-plus/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c46579df61d8..75915daae3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=themix-icons-suru-plus
_reponame=suru-plus
pkgname="${_pkgname}-git"
-pkgver=v30.0.r2.g9bd895f32
+pkgver=30.0.r2.g9bd895f32
pkgrel=1
pkgdesc="Suru++ icons plugin for Themix GUI designer"
arch=('x86_64' 'i686')
@@ -38,7 +38,7 @@ conflicts=($_pkgname)
pkgver() {
cd "${srcdir}/${_reponame}"
- git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
package() {