summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2021-03-24 18:07:18 +0100
committerTorsten Keßler2021-03-24 18:07:18 +0100
commitab60e9eb7604c00ab7ea2c2c468e1f2c3f7d40c6 (patch)
treec33acad916a6ab69043cff46d6efb1865b37a9e5 /PKGBUILD
parenta15dcc3484c7839b7dfa16c6b1911d82a8334209 (diff)
downloadaur-ab60e9eb7604c00ab7ea2c2c468e1f2c3f7d40c6.tar.gz
upgpkg: rocm-smi-lib64 4.1.0-1
upstream release new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bf53fd6f6df..d609b2d6b63e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: acxz <akashpatel2008 at yahoo dot com>
+# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
+# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-smi-lib64
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
-pkgdesc="ROCm SMI LIB"
+pkgdesc='ROCm System Management Interface Library'
arch=('x86_64')
url="https://github.com/RadeonOpenCompute/rocm_smi_lib"
license=('custom:NCSAOSL')
@@ -10,7 +11,7 @@ depends=()
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-$pkgver.tar.gz")
-sha256sums=('93d19229b5a511021bf836ddc2a9922e744bf8ee52ee0e2829645064301320f4')
+sha256sums=('0c1d2152e40e14bb385071ae16e7573290fb9f74afa5ab887c54f4dd75849a6b')
build() {
mkdir -p "$srcdir/build"