summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Mangold2017-10-20 13:53:49 +0200
committerOliver Mangold2017-10-20 13:53:49 +0200
commit33cd63e777cf45edcc1542c5bb720076e70f3127 (patch)
treebad57ea1821b09d847cfc94c698dbf48a3280683 /PKGBUILD
parent2d490d1a9e2864e254bc2d520240f7d3bf59ba36 (diff)
downloadaur-33cd63e777cf45edcc1542c5bb720076e70f3127.tar.gz
update to version 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {