summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f74f7b2badd..84c07433304f 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 = r175.76edc68
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/doe300/VC4CL
arch = any
license = MIT
@@ -12,8 +12,6 @@ pkgbase = vc4cl-git
makedepends = llvm
makedepends = opencl-headers
makedepends = pkg-config
- depends = clang
- depends = clinfo
depends = vc4c-git
provides = opencl-pi
provides = opencl-vc4
diff --git a/PKGBUILD b/PKGBUILD
index 76af875d4704..dfe17826bc52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: satcom886 <rostik.medved@gmail.com>
-# Contributor: telsch
+# Contributor: bronze <jlbakker@gmail.com>
+# Contributor: telsch <telsch@gmx.de>
pkgname=vc4cl-git
pkgver=r175.76edc68
-pkgrel=2
+pkgrel=3
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' 'vc4c-git')
+depends=('vc4c-git')
makedepends=('make' 'git' 'gcc' 'cmake' 'llvm' 'opencl-headers' 'pkg-config')
optdepends=()
provides=('opencl-pi' 'opencl-vc4' 'opencl-driver' 'vc4-opencl' 'vc4cl')