summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ecdf76e02f6..3415bd1bffd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-spark-parser
pkgdesc = An Early-Algorithm Context-free grammar Parser
- pkgver = 1.7.0
+ pkgver = 1.8.5
pkgrel = 1
url = https://github.com/rocky/python-spark/
arch = any
license = MIT
makedepends = python
depends = python-click
- source = python-spark-parser::git://github.com/rocky/python-spark.git#commit=aa8cf5c448972692bd594e9428df66e6731644b0
+ source = python-spark-parser::git://github.com/rocky/python-spark.git#commit=9b7079f7bfdfe2c16f25f7807f04dd8d8a0f8348
sha256sums = SKIP
pkgname = python-spark-parser
diff --git a/PKGBUILD b/PKGBUILD
index bc6d514243fc..f38586fba8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Mangold omangold at gmail dot com
pkgname=python-spark-parser
-pkgver=1.7.0
+pkgver=1.8.5
pkgrel=1
pkgdesc="An Early-Algorithm Context-free grammar Parser"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/rocky/python-spark/"
license=('MIT')
makedepends=('python')
depends=('python-click')
-source=(python-spark-parser::'git://github.com/rocky/python-spark.git#commit=aa8cf5c448972692bd594e9428df66e6731644b0')
+source=(python-spark-parser::'git://github.com/rocky/python-spark.git#commit=9b7079f7bfdfe2c16f25f7807f04dd8d8a0f8348')
sha256sums=('SKIP')
build() {