Changes
2 changed files (+8/-7)
-
-
@@ -1,6 +1,6 @@pkgbase = hsakmt-roct pkgdesc = Radeon Open Compute Thunk Interface pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html arch = x86_64
-
@@ -8,9 +8,10 @@ pkgbase = hsakmt-roctmakedepends = cmake depends = numactl depends = pciutils provides = roct-thunk-interface=4.3.1 depends = libdrm provides = roct-thunk-interface=4.5.0 replaces = roct-thunk-interface source = hsakmt-roct-4.3.1.tar.gz::https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.3.1.tar.gz sha256sums = 9d0727e746d4ae6e2709e3534d91046640be511a71c027f47db25e529fe3b4d4 source = hsakmt-roct-4.5.0.tar.gz::https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-4.5.0.tar.gz sha256sums = 620b39959e0ee5d709b8cf6eb3cc06c8356d72838343756230c638899b10bb9a pkgname = hsakmt-roct
-
-
-
@@ -5,19 +5,19 @@# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com> pkgname=hsakmt-roct pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='Radeon Open Compute Thunk Interface' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/Installation_Guide/ROCt.html' license=('MIT') depends=('numactl' 'pciutils') depends=('numactl' 'pciutils' 'libdrm') makedepends=('cmake') 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=('9d0727e746d4ae6e2709e3534d91046640be511a71c027f47db25e529fe3b4d4') sha256sums=('620b39959e0ee5d709b8cf6eb3cc06c8356d72838343756230c638899b10bb9a') _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)" build() {
-