summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrigred2019-08-20 10:42:47 +0200
committerrigred2019-08-20 10:42:47 +0200
commit910388423dc96e706181f484151fa1ced8107f7b (patch)
treeb921b1f65eefb5fa530f2e9ded231ff5fa4350fb
parent11c6bf70f41be8cf65968303b04b3a7542a5191f (diff)
downloadaur-910388423dc96e706181f484151fa1ced8107f7b.tar.gz
rocm-smi 2.7.0
* Various fixes * --showproductname uses the pci.ids file to report information, but this file may be outdated or missing. Update the README to clarify this,since we won't force 'update-pciids' to be executed during SMI execution, since that's invasive (and time-consuming) Signed-off-by: Rigo Reddig <rigo.reddig@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4fc4068639a..4b3a1b0fabab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rocm-smi
pkgdesc = Utility to manage and monitor AMDGPU / ROCm systems.
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/ROC-smi/
arch = any
license = MIT
depends = python
- source = rocm-smi-2.6.0.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/roc-2.6.0.tar.gz
+ source = rocm-smi-2.7.0.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/roc-2.7.0.tar.gz
sha256sums = b79afcc57e268c53df1de8f5916d85fe61e321bbd8e19927dcb28f9f9d13db28
pkgname = rocm-smi
diff --git a/PKGBUILD b/PKGBUILD
index e007e3b2c83e..022f8bf76c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rigo Reddig <rigo.reddig@gmail.com>
pkgname=rocm-smi
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
_filename=roc-${pkgver}.tar.gz
pkgdesc="Utility to manage and monitor AMDGPU / ROCm systems."
@@ -9,7 +9,7 @@ url="https://github.com/RadeonOpenCompute/ROC-smi/"
license=('MIT')
depends=(python)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/${_filename}")
-sha256sums=('b79afcc57e268c53df1de8f5916d85fe61e321bbd8e19927dcb28f9f9d13db28')
+sha256sums=('7346d49c369fbc419cf3ae8dc408185f7606d64342438de804ede8baf5561155')
package() {