summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKogasa2023-10-22 23:15:00 -0500
committerKogasa2023-10-22 23:15:00 -0500
commit8d9e72fd503761397e57d337934c0e9b7d22c7a7 (patch)
tree8212d96813188cf4ca6a0e89ea2d0922a40327ca /PKGBUILD
parent49512805724752de79bd94e7551010e9746413ab (diff)
downloadaur-8d9e72fd503761397e57d337934c0e9b7d22c7a7.tar.gz
update pkgver to use tags
thanks to @HurricanePootis for the suggestion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d65baceafb72..5a43a1fca9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=corectrl
pkgname=${_pkgname}-git
-pkgver=1.2.0.r174.gf2f6b8c
+pkgver=1.3.0.r73.gc768234
pkgrel=1
pkgdesc="Application to control your hardware with ease using application profiles"
url="https://gitlab.com/corectrl/corectrl"
@@ -24,7 +24,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {