summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:35:35 -0400
committerTony Lambiris2022-05-05 00:35:35 -0400
commitbfaacd5145590042aea3e46b3d990208e8f7a635 (patch)
treeaca297d92c25c5c48a49565fd1807c1dc8780307
parent18816c5323b353f2f93f1204ef9223f8cef3cc68 (diff)
downloadaur-bfaacd5145590042aea3e46b3d990208e8f7a635.tar.gz
Version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 758b3de54362..cff74ef762a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvtop-git
pkgdesc = A (h)top like task monitor for NVIDIA GPUs
- pkgver = 2.0.1.r0.g28fdcd1
+ pkgver = 2.0.1.r2.g123908f
pkgrel = 1
url = https://github.com/Syllo/nvtop
arch = x86_64
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() {