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 6d695fedb3e7..f335888c78d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lxqt-build-tools
pkgname=$_pkgname-git
-pkgver=0.3.2
+pkgver=0.13.0
pkgrel=1
pkgdesc='Tools to build LXQt and components maintained by the project.'
arch=('any')
@@ -17,7 +17,7 @@ sha256sums=("SKIP")
pkgver() {
cd "$_pkgname"
- git describe --always | sed "s/-/./g"
+ git describe --always | sed 's/-/.r/;s/-/./'
}
build() {