summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6cd0b575a8..64cb8eccc98a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = roct-thunk-interface
pkgdesc = ROCm HSA
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface
arch = x86_64
license = unknown
@@ -9,6 +9,7 @@ pkgbase = roct-thunk-interface
makedepends = cmake
makedepends = gcc
makedepends = ninja
+ depends = numactl
source = git+https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface.git#tag=roc-2.0.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9828cfdf58c5..9a4d5df799f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=roct-thunk-interface
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="ROCm HSA"
arch=(x86_64)
url="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
license=('unknown')
makedepends=(git cmake gcc ninja)
+depends=(numactl)
source=("git+https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface.git#tag=roc-2.0.0")
sha256sums=("SKIP")