summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d5bc635334a..f45593d56e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = vc4clstdlib-git
url = https://github.com/doe300/VC4CLStdLib
arch = any
license = MIT
- makedepends = git
+ makedepends = wget
provides = opencl-pi
provides = opencl-vc4
provides = opencl-driver
diff --git a/PKGBUILD b/PKGBUILD
index 1734c2b99b4e..af86d63619a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/doe300/VC4CLStdLib"
license=('MIT')
groups=()
depends=()
-makedepends=('git')
+makedepends=('wget')
optdepends=()
provides=('opencl-pi' 'opencl-vc4' 'opencl-driver')
source=("https://github.com/doe300/VC4CLStdLib/archive/master.tar.gz")