aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-11-21 14:00:24 -0500
committerbinex-dsk2020-11-21 14:00:24 -0500
commit5437b0ccd55c9f70ccb2994be9e3b1297265e9bf (patch)
tree5091b2ebf3e194c801abea981456d2d7e4b28dd3
parentb4ba51561c053bd768d795ff6f2669a7465e6d64 (diff)
downloadaur-5437b0ccd55c9f70ccb2994be9e3b1297265e9bf.tar.gz
removed linux from depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f1f15181af..5fc027f87745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 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 = 20.45.1164792
- pkgrel = 2
+ pkgrel = 3
url = http://www.amd.com
arch = x86_64
license = custom:AMD
@@ -9,7 +9,6 @@ pkgbase = opencl-amd
depends = libdrm
depends = ocl-icd
depends = gcc-libs
- depends = linux>=5.9
depends = numactl
optdepends = clinfo
provides = opencl-driver
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')