summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-03-31 18:26:43 +0200
committerTorsten Keßler2022-03-31 18:26:43 +0200
commit99794ffa2b32a3ad4b81fe9b00f1c945ec4365b3 (patch)
tree7490fade39aa61dfbdfd6716f1ac7d4d122ebd5b /PKGBUILD
parentd2fa48f9aa890572f4e511c91d6e46eb484bee52 (diff)
downloadaur-99794ffa2b32a3ad4b81fe9b00f1c945ec4365b3.tar.gz
upgpkg: hsakmt-roct 5.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19122f30dc6f..c976bdf49c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=hsakmt-roct
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
pkgdesc='Radeon Open Compute Thunk Interface'
arch=('x86_64')
url='https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html'
@@ -17,7 +17,7 @@ provides=("roct-thunk-interface=$pkgver")
replaces=('roct-thunk-interface')
_git='https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface'
source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('f2a27ac18aada1dc0dba6455beb7dd7d88a4457c1917024ea372fecb03356e97')
+sha256sums=('032717e80b1aefed59f11399e575564ee86ee7c125e889f7c79c2afdfab1eb93')
options=(!lto)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"