summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatcom8862020-10-05 23:39:50 +0200
committersatcom8862020-10-05 23:39:50 +0200
commitf1679722a95743cef5afb68e2d9c5a71d658baa6 (patch)
treecf40a54b58f5a9d56ca84ccc3c6306f1e78a9e17
parent18fcd7d1381b92c79c6128a6db5f43018ba139a0 (diff)
downloadaur-vc4clstdlib-git.tar.gz
I typed it into the wrong field *facepalm*
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 653c85e4fed5..4a026a2c7891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = vc4clstdlib-git
pkgdesc = VC4CL implementation of the OpenCL standard-library and is required to build the VC4C compiler
pkgver = r66.0ad47e3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/doe300/VC4CLStdLib
arch = any
license = MIT
makedepends = git
makedepends = make
+ makedepends = gcc
+ depends = khronos-ocl-icd
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 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')