summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatcom8862019-09-21 22:30:52 +0200
committersatcom8862019-09-21 22:30:52 +0200
commit2a745caab0c30a00a954b8a27721225778c17f3f (patch)
treeca8d49fedef32899991760406a70d67dacfca5f5
parent0708f1f21667e07082a5bd1f51505a3933de7f47 (diff)
downloadaur-2a745caab0c30a00a954b8a27721225778c17f3f.tar.gz
Hopefully fixed the sources download
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bdb5a5dd15e..e8de531d8f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,9 +15,9 @@ pkgbase = vc4cl-git
provides = opencl-pi
provides = opencl-vc4
provides = opencl-driver
- source = VC4C::git+https://github.com/doe300/VC4C/VC4C.git
- source = VC4CL::git+https://github.com/doe300/VC4CL/VC4CL.git
- source = VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib/VC4CLStdLib.git
+ source = VC4C::git+https://github.com/doe300/VC4C/
+ source = VC4CL::git+https://github.com/doe300/VC4CL/
+ source = VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib/
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c47a75899cd5..c2d3a11f0e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('llvm' 'gcc' 'opencl-headers' 'ocl-icd')
makedepends=('cmake' 'git' 'make')
optdepends=()
provides=('opencl-pi' 'opencl-vc4' 'opencl-driver')
-source=("VC4C::git+https://github.com/doe300/VC4C/VC4C.git" "VC4CL::git+https://github.com/doe300/VC4CL/VC4CL.git" "VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib/VC4CLStdLib.git")
+source=("VC4C::git+https://github.com/doe300/VC4C/" "VC4CL::git+https://github.com/doe300/VC4CL/" "VC4CLStdLib::git+https://github.com/doe300/VC4CLStdLib/")
md5sums=('SKIP' 'SKIP' 'SKIP')
build() {