summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:36:46 -0400
committerTony Lambiris2022-05-05 00:36:46 -0400
commit94790b4e2f9659004c3212fdf2243b033cc9d106 (patch)
tree815673e92c2478a38d4ce19960af64d13bd23da1 /PKGBUILD
parentd6c05ce9d3971f12067a5d614e477e9cc1b06719 (diff)
downloadaur-openhardwaremonitor-git.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e47b548cbfad..9572f8e84ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
prepare() {