aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Snowhill2020-04-07 21:14:06 -0700
committerChristopher Snowhill2020-04-07 21:14:06 -0700
commit166a333614e4e6e5d4d01aaad9a2219ae3d2a002 (patch)
tree2c30035494cccebb574f2346fc3943a6524e4d8f /PKGBUILD
parent643afee5a76855b8cabb6d85a3a57cfbb4340960 (diff)
downloadaur-166a333614e4e6e5d4d01aaad9a2219ae3d2a002.tar.gz
Update package conflicts to include rocm-opencl-runtime, since it uses the same OpenCL vendor driver declaration filename as this package, and the two shouldn't really be used together anyway
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0dc9989ada1..ee14d4b595db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=opencl-amd
pkgdesc="OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack."
pkgver=19.50.967956
-pkgrel=4
+pkgrel=5
arch=('x86_64')
url='http://www.amd.com'
license=('custom:AMD')
makedepends=('wget')
depends=('libdrm' 'ocl-icd' 'gcc-libs')
-conflicts=('amdgpocl' 'opencl-amdgpu-pro-orca' 'opencl-amdgpu-pro-comgr' 'opencl-amdgpu-pro-pal')
+conflicts=('amdgpocl' 'opencl-amdgpu-pro-orca' 'opencl-amdgpu-pro-comgr' 'opencl-amdgpu-pro-pal' 'rocm-opencl-runtime')
provides=('opencl-driver' "opencl-amdgpu-pro-orca=${pkgver}" "opencl-amdgpu-pro-pal=${pkgver}" "opencl-amdgpu-pro-comgr=${pkgver}") # this package provides both drivers, and installs them in a different location
DLAGENTS='https::/usr/bin/wget --referer https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx -N %u'