summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2022-07-08 14:24:55 +0200
committerjakob2022-07-08 14:24:55 +0200
commit8ac46d6126a1bde2f7f87f50e74ea74ab2fd0a7a (patch)
treea0a054e1415ce23e3e9c74d0b9370f730d894ffa
parentef52142290df9edd6aa91372ac3c667eae79cc93 (diff)
downloadaur-8ac46d6126a1bde2f7f87f50e74ea74ab2fd0a7a.tar.gz
0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51d0ecb32a27..2eaefbb3ac1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvitop
pkgdesc = Interactive NVIDIA-GPU process viewer and GPU process management
- pkgver = 0.6.0
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/XuehaiPan/nvitop
arch = any
@@ -12,7 +12,7 @@ pkgbase = nvitop
depends = python-cachetools
depends = python-termcolor
depends = ncurses
- source = https://github.com/XuehaiPan/nvitop/archive/refs/tags/v0.6.0.tar.gz
- sha256sums = 8dfe92800136a9c6ae1ef5bf228b5c0d947996a4fe1bff5cefeaae1a4e87f005
+ source = https://github.com/XuehaiPan/nvitop/archive/refs/tags/v0.6.2.tar.gz
+ sha256sums = 97b99b9d15fc121487a77a8db934cf0aba8b84860bd055bc2bfee3998ab797e4
pkgname = nvitop
diff --git a/PKGBUILD b/PKGBUILD
index b1af21bc36da..ec29f99aa6fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=nvitop
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc="Interactive NVIDIA-GPU process viewer and GPU process management"
arch=(any)
@@ -17,7 +17,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("https://github.com/XuehaiPan/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('8dfe92800136a9c6ae1ef5bf228b5c0d947996a4fe1bff5cefeaae1a4e87f005')
+sha256sums=('97b99b9d15fc121487a77a8db934cf0aba8b84860bd055bc2bfee3998ab797e4')
package() {
cd "$pkgname-$pkgver"