summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3415bd1bffd1..5228c0eafb7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Apr 15 07:21:29 UTC 2018
pkgbase = python-spark-parser
pkgdesc = An Early-Algorithm Context-free grammar Parser
pkgver = 1.8.5
@@ -5,9 +7,10 @@ pkgbase = python-spark-parser
url = https://github.com/rocky/python-spark/
arch = any
license = MIT
- makedepends = python
+ makedepends = python-setuptools
+ makedepends = 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
pkgname = python-spark-parser
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() {