summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Okoński2019-03-21 13:08:40 +0100
committerJakub Okoński2019-03-21 13:08:40 +0100
commit8739f63659dcf052650eaa5a6fea8d33b19a2662 (patch)
treeacbd50b8b7d7f41a75f90a9edd3dbd43cbe714d4 /PKGBUILD
parentd26062a3fed9341001044a236712ae13bc887535 (diff)
downloadaur-8739f63659dcf052650eaa5a6fea8d33b19a2662.tar.gz
Add pciutils as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53dfa3ef262d..9f0948e8ba85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jakub Okoński <jakub@okonski.org>
pkgname=roct-thunk-interface
pkgver=2.2.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)
+depends=(numactl pciutils)
source=("https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/roc-$pkgver.tar.gz" "fix_build-dev_command.patch")
sha256sums=(
"4e281edf47c98870481e6813107a94c38220ff32baeaab5a3f7b7efb428dab55"