summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-10-09 12:16:12 +0200
committerTorsten Keßler2022-10-09 12:16:12 +0200
commitd8526f87fbbd5b38626c3e5b7cefe6f81e169100 (patch)
tree79387fb196e0dd5bd7459e417c7f2f9c7157cf4f /PKGBUILD
parent7b81bd5efde297294116c728f0d305a95a3fe14f (diff)
downloadaur-d8526f87fbbd5b38626c3e5b7cefe6f81e169100.tar.gz
upgpkg: hsakmt-roct 5.3.0-1
upstream release, update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a18a86d0d87f..3bcb0b09f8e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=hsakmt-roct
-pkgver=5.2.3
-pkgrel=2
+pkgver=5.3.0
+pkgrel=1
pkgdesc='Radeon Open Compute Thunk Interface'
arch=('x86_64')
url='https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html'
@@ -15,7 +15,7 @@ depends=('numactl' 'pciutils' 'libdrm')
makedepends=('cmake')
_git='https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface'
source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('8d313b8fd945a8d7248c00a2de9a2ee896fe77e464430a91b63400a986ec0bf0')
+sha256sums=('c150be3958fd46e57bfc9db187819ec34b1db8f0cf9b69f8c3f8915001800ab8')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"