summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatcom8862020-10-05 23:32:55 +0200
committersatcom8862020-10-05 23:32:55 +0200
commit18fcd7d1381b92c79c6128a6db5f43018ba139a0 (patch)
treed12650527ca5319418a86e632c439fc98d7c06c5
parente7e50c35c9b3ede473a0d3a43fec3ed7c221421a (diff)
downloadaur-18fcd7d1381b92c79c6128a6db5f43018ba139a0.tar.gz
Added khronos-ocl-icd as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f9a7721330..653c85e4fed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vc4clstdlib-git
pkgdesc = VC4CL implementation of the OpenCL standard-library and is required to build the VC4C compiler
pkgver = r66.0ad47e3
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/doe300/VC4CLStdLib
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = vc4clstdlib-git
makedepends = make
provides = vc4clstdlib
provides = vc4-libraries
+ provides = khronos-ocl-icd
source = VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f6fd104bd0fb..81f2297d75f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vc4clstdlib-git
pkgver=r66.0ad47e3
-pkgrel=2
+pkgrel=3
pkgdesc="VC4CL implementation of the OpenCL standard-library and is required to build the VC4C compiler"
arch=('any')
url="https://github.com/doe300/VC4CLStdLib"
@@ -11,7 +11,7 @@ groups=()
depends=()
makedepends=('git' 'make')
optdepends=()
-provides=('vc4clstdlib' 'vc4-libraries')
+provides=('vc4clstdlib' 'vc4-libraries' 'khronos-ocl-icd')
source=("VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib")
md5sums=('SKIP')