summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2018-04-15 15:22:17 +0800
committerTing-Wei Lan2018-04-15 15:22:17 +0800
commit533bbbe4c2946e90aff8efe94e3514d2cd722e24 (patch)
tree6934d5deb082b9a5b82bb090e6d5fad04336ba16 /PKGBUILD
parent5102d593a1363ee7fb256e05eef60481682ad323 (diff)
downloadaur-533bbbe4c2946e90aff8efe94e3514d2cd722e24.tar.gz
fix build in clean chroot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f38586fba8ab..f3deb7c85984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="An Early-Algorithm Context-free grammar Parser"
arch=('any')
url="https://github.com/rocky/python-spark/"
license=('MIT')
-makedepends=('python')
+makedepends=('python-setuptools' 'git')
depends=('python-click')
-source=(python-spark-parser::'git://github.com/rocky/python-spark.git#commit=9b7079f7bfdfe2c16f25f7807f04dd8d8a0f8348')
+source=(python-spark-parser::'git+https://github.com/rocky/python-spark.git#commit=9b7079f7bfdfe2c16f25f7807f04dd8d8a0f8348')
sha256sums=('SKIP')
build() {