summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {