summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatcom8862020-10-05 23:33:19 +0200
committersatcom8862020-10-05 23:33:19 +0200
commita935c5e3a42b4fbc54550b905b30c5d10422e2fc (patch)
treee0849829b2f74cfe59811f5312f76c84ac2fa276
parent232f3a3399547900f59f4f95d44a61c5a73358e2 (diff)
downloadaur-a935c5e3a42b4fbc54550b905b30c5d10422e2fc.tar.gz
Removed ocl-icd from dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef559969ec4b..6f74f7b2badd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vc4cl-git
pkgdesc = VC4CL is an implementation of the OpenCL 1.2 standard for the VideoCore IV GPU.
- pkgver = r170.eec7e57
- pkgrel = 3
+ pkgver = r175.76edc68
+ pkgrel = 2
url = https://github.com/doe300/VC4CL
arch = any
license = MIT
@@ -14,7 +14,6 @@ pkgbase = vc4cl-git
makedepends = pkg-config
depends = clang
depends = clinfo
- depends = ocl-icd
depends = vc4c-git
provides = opencl-pi
provides = opencl-vc4
diff --git a/PKGBUILD b/PKGBUILD
index fd181636c8af..76af875d4704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=vc4cl-git
pkgver=r175.76edc68
-pkgrel=1
+pkgrel=2
pkgdesc="VC4CL is an implementation of the OpenCL 1.2 standard for the VideoCore IV GPU."
arch=('any')
url="https://github.com/doe300/VC4CL"
license=('MIT')
groups=()
-depends=('clang' 'clinfo' 'ocl-icd' 'vc4c-git')
+depends=('clang' 'clinfo' 'vc4c-git')
makedepends=('make' 'git' 'gcc' 'cmake' 'llvm' 'opencl-headers' 'pkg-config')
optdepends=()
provides=('opencl-pi' 'opencl-vc4' 'opencl-driver' 'vc4-opencl' 'vc4cl')