summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2021-07-28 19:46:18 +0200
committerjakob2021-07-28 19:46:18 +0200
commitd3492a048658e8b5c186279d448f6fca300ca6ea (patch)
treec2888f841fe4cd39f5be5db09ee562c2f4015b30
parentdd06a2f6994bb56cdfc3ee515975cd797c1bbb7b (diff)
downloadaur-d3492a048658e8b5c186279d448f6fca300ca6ea.tar.gz
0.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 018766c1243d..9c7073d51722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvitop
pkgdesc = Interactive NVIDIA-GPU process viewer and GPU process management
- pkgver = 0.3.5.5
+ pkgver = 0.3.6
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.3.5.5.tar.gz
- sha256sums = 284fff61625aa24c34ea147ff943544aa954d93b284dfd31133201ca9bf5a2a7
+ source = https://github.com/XuehaiPan/nvitop/archive/refs/tags/v0.3.6.tar.gz
+ sha256sums = bc9352ac1575ce4fd3765340b2fb2416235dfec265c48d93f1eb5817e8a09130
pkgname = nvitop
diff --git a/PKGBUILD b/PKGBUILD
index efa92a139b90..942f0daa0a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=nvitop
-pkgver=0.3.5.5
+pkgver=0.3.6
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=('284fff61625aa24c34ea147ff943544aa954d93b284dfd31133201ca9bf5a2a7')
+sha256sums=('bc9352ac1575ce4fd3765340b2fb2416235dfec265c48d93f1eb5817e8a09130')
package() {
cd "$pkgname-$pkgver"