aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbinex-dsk2020-11-21 14:00:24 -0500
committerbinex-dsk2020-11-21 14:00:24 -0500
commit5437b0ccd55c9f70ccb2994be9e3b1297265e9bf (patch)
tree5091b2ebf3e194c801abea981456d2d7e4b28dd3 /PKGBUILD
parentb4ba51561c053bd768d795ff6f2669a7465e6d64 (diff)
downloadaur-5437b0ccd55c9f70ccb2994be9e3b1297265e9bf.tar.gz
removed linux from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6089c57f0b99..626a9eed8dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,12 +17,12 @@ tarname="${prefix}${major}-${minor}${postfix}"
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=${major}.${minor}
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='http://www.amd.com'
license=('custom:AMD')
makedepends=('wget')
-depends=('libdrm' 'ocl-icd' 'gcc-libs' 'linux>=5.9' 'numactl')
+depends=('libdrm' 'ocl-icd' 'gcc-libs' 'numactl')
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
optdepends=('clinfo')