summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f2297d75f0..e5bc57ab88ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: satcom886 <rostik.medved@gmail.com>
+# Contributor: bronze <jlbakker@gmail.com>
+# Contributor: telsch <telsch@gmx.de>
pkgname=vc4clstdlib-git
pkgver=r66.0ad47e3
-pkgrel=3
+pkgrel=4
pkgdesc="VC4CL implementation of the OpenCL standard-library and is required to build the VC4C compiler"
arch=('any')
url="https://github.com/doe300/VC4CLStdLib"
license=('MIT')
groups=()
-depends=()
-makedepends=('git' 'make')
+depends=('khronos-ocl-icd')
+makedepends=('git' 'make' 'gcc')
optdepends=()
-provides=('vc4clstdlib' 'vc4-libraries' 'khronos-ocl-icd')
+provides=('vc4clstdlib' 'vc4-libraries')
source=("VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib")
md5sums=('SKIP')