summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:35:35 -0400
committerTony Lambiris2022-05-05 00:35:35 -0400
commitbfaacd5145590042aea3e46b3d990208e8f7a635 (patch)
treeaca297d92c25c5c48a49565fd1807c1dc8780307 /PKGBUILD
parent18816c5323b353f2f93f1204ef9223f8cef3cc68 (diff)
downloadaur-bfaacd5145590042aea3e46b3d990208e8f7a635.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cf03c3679bc..4c6bf0bfc42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=nvtop-git
-pkgver=2.0.1.r0.g28fdcd1
+pkgver=2.0.1.r2.g123908f
pkgrel=1
pkgdesc="A (h)top like task monitor for NVIDIA GPUs"
arch=('x86_64')
@@ -17,7 +17,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'
}
build() {