summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-04-10 16:57:08 +0200
committerTorsten Keßler2022-04-10 16:57:08 +0200
commit737187afe8da02d381213c5d06dcc68253bbdb19 (patch)
tree801d223489cc2568b3a183d75a4b4fb2b18054a3 /PKGBUILD
parentbcbe9d3f999b5e758113cf0e15ce86001466761b (diff)
downloadaur-737187afe8da02d381213c5d06dcc68253bbdb19.tar.gz
upgpkg: rocm-validation-suite 5.1.1-2
Add systemd for building in a clean chroot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a961657e8a5..7d46ddb7d372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: sofiageo <george at sofianos dot dev>
pkgname=rocm-validation-suite
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD GPUs"
arch=('x86_64')
url="https://github.com/ROCm-Developer-Tools/ROCmValidationSuite"
license=('MIT')
depends=('pciutils' 'doxygen' 'rocblas' 'rocm-smi-lib' 'git' 'libpciaccess')
-makedepends=('cmake')
+makedepends=('cmake' 'systemd')
options=(!staticlibs strip !lto)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-$pkgver.tar.gz"
"rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch")