summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2019-08-28 20:57:27 +0200
committerCarsten Teibes2019-08-28 20:57:27 +0200
commit99fa2127ff4465df221c05d5dc0f4e2b35b99349 (patch)
tree7f2eef3eac4dbf0e56d5da7a66b20c3b4d343f5d
parentd00ea88ef72251159830e63db2524344bc8d8ce6 (diff)
downloadaur-99fa2127ff4465df221c05d5dc0f4e2b35b99349.tar.gz
[upd] 4.2.5→4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99a3cb76237..57c773d4458a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-tatsu
pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python
- pkgver = 4.2.5
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/neogeny/TatSu
arch = any
license = custom: BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-tatsu-4.2.5.tar.gz::https://github.com/neogeny/TatSu/archive/v4.2.5.tar.gz
- sha256sums = 5d31af50b87760816e2703ea6ea91e744190317aec8cb5093fb4d9a9b7f00d61
+ source = python-tatsu-4.4.0.tar.gz::https://github.com/neogeny/TatSu/archive/v4.4.0.tar.gz
+ sha256sums = db392dffa3a847f748490e7dc5e4a37c6004aa5b4712a8b122ad3fdf43676a3e
pkgname = python-tatsu
pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python (python3 version)
diff --git a/PKGBUILD b/PKGBUILD
index 95ef40b9955b..00c91bc4b216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Maintainer:
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgbase=python-tatsu
pkgname=(python-tatsu python2-tatsu)
-pkgver=4.2.5
+pkgver=4.4.0
pkgrel=1
pkgdesc="A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python"
arch=('any')
@@ -11,7 +12,7 @@ license=('custom: BSD')
makedepends=('python-setuptools'
'python2-setuptools')
source=($pkgname-$pkgver.tar.gz::"https://github.com/neogeny/TatSu/archive/v$pkgver.tar.gz")
-sha256sums=('5d31af50b87760816e2703ea6ea91e744190317aec8cb5093fb4d9a9b7f00d61')
+sha256sums=('db392dffa3a847f748490e7dc5e4a37c6004aa5b4712a8b122ad3fdf43676a3e')
prepare() {
# copy folder, so we can cleanly build for both python versions