summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59521f1b0260..7ecdf76e02f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Aug 23 09:31:55 UTC 2017
pkgbase = python-spark-parser
pkgdesc = An Early-Algorithm Context-free grammar Parser
- pkgver = 1.6.1
+ pkgver = 1.7.0
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=9da5c8b7e9bd2bf6dce4bb0a8bd6875498153c32
+ source = python-spark-parser::git://github.com/rocky/python-spark.git#commit=aa8cf5c448972692bd594e9428df66e6731644b0
sha256sums = SKIP
pkgname = python-spark-parser
diff --git a/PKGBUILD b/PKGBUILD
index 108a9f928fb1..bc6d514243fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Mangold omangold at gmail dot com
pkgname=python-spark-parser
-pkgver=1.6.1
+pkgver=1.7.0
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=9da5c8b7e9bd2bf6dce4bb0a8bd6875498153c32')
+source=(python-spark-parser::'git://github.com/rocky/python-spark.git#commit=aa8cf5c448972692bd594e9428df66e6731644b0')
sha256sums=('SKIP')
build() {