Date: Saturday, January 28, 2023 @ 17:44:57
Author: tpkessler
Revision: 1390288
upgpkg: rocm-smi-lib 5.4.2-1: ROCm patch release
Modified:
rocm-smi-lib/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-28 17:43:35 UTC (rev 1390287)
+++ PKGBUILD 2023-01-28 17:44:57 UTC (rev 1390288)
@@ -2,18 +2,18 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-smi-lib
-pkgver=5.4.1
-pkgrel=2
+pkgver=5.4.2
+pkgrel=1
pkgdesc='ROCm System Management Interface Library'
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/rocm_smi_lib'
license=('custom:NCSAOSL')
depends=('hsa-rocr' 'python')
-makedepends=('cmake' 'doxygen' 'texlive-latexextra')
+makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-$pkgver.tar.gz"
"missing_string_header.patch"
)
-sha256sums=('40c6471421c18743bb0fe7203ec166c56bf3f7fa25dea62e9455cfe7b3d1659b'
+sha256sums=('5c13e23ae5b70f0f634a59834eafcfe39460d21554fee1de29e5ab73c72deeae'
'f1d66af131833a55bcfcac63e9af7194cc38cb1bb583fb74427e4f0f89719910')
options=(!lto)
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"