summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2023-10-20 22:53:28 +0200
committerPeter Mattern2023-10-20 22:53:28 +0200
commit69f0129abf458dc7bab675ddf33a984fd678c899 (patch)
treeb519a948c1f4ff56a0e8ae28ce705ef3e1e1aa06
parent8a237227f1b0ade7e25bfb76de9366172f737715 (diff)
downloadaur-69f0129abf458dc7bab675ddf33a984fd678c899.tar.gz
Adjust pkgver()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0509d86b5f..669009b63191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-build-tools-git
pkgdesc = Tools to build LXQt and components maintained by the project.
- pkgver = 0.3.2
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-build-tools
arch = any
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() {