summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEkin Dursun2019-11-15 23:50:43 +0300
committerEkin Dursun2019-11-15 23:50:43 +0300
commite394f3a823e3a9fe04643354418b9d6d30f1487c (patch)
tree9c0b6e3e324d42b77910b2c5c2bda1186b870f68
parent80af30d2bae6976d362577d4a1761e774b50dc5a (diff)
downloadaur-python-spark-parser.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95907e4d3186..ad04bde2d8e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-spark-parser
pkgdesc = An Early-Algorithm Context-free grammar Parser
- pkgver = 1.8.7
- pkgrel = 5
+ pkgver = 1.8.9
+ pkgrel = 1
url = https://github.com/rocky/python-spark/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-1.8.7.tar.gz
- sha256sums = 4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48
+ source = https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-1.8.9.tar.gz
+ sha256sums = a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a
pkgname = python-spark-parser
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 32369dff20b0..e4a0e5ddef38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-spark-parser
pkgname=('python-spark-parser' 'python2-spark-parser')
-pkgver=1.8.7
-pkgrel=5
+pkgver=1.8.9
+pkgrel=1
pkgdesc="An Early-Algorithm Context-free grammar Parser"
arch=('any')
url="https://github.com/rocky/python-spark/"
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
_name='spark_parser'
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48')
+sha256sums=('a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a')
package_python-spark-parser() {
depends=('python-click')