summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMatthew Gamble2021-10-16 16:20:18 +1100
committerMatthew Gamble2021-10-16 16:20:40 +1100
commit544081924adc4a834258c0eeb78acee4a77eb20d (patch)
tree2dc0d090753bcd089a4a6872e77b99668d1a0883 /.SRCINFO
parentab8dc9f114b80b41ef0079d76a6488a5041d0fc9 (diff)
downloadaur-544081924adc4a834258c0eeb78acee4a77eb20d.tar.gz
Update to latest release
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f479798388b..8416f1669de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +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 = 5.0.0
+ pkgdesc = TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
+ pkgver = 5.6.1
pkgrel = 1
url = https://github.com/neogeny/TatSu
arch = any
license = BSD
makedepends = python-setuptools
- makedepends = git
depends = python
- source = git+https://github.com/neogeny/TatSu#tag=v5.0.0
- sha256sums = SKIP
+ optdepends = python-regex
+ source = https://pypi.io/packages/source/T/TatSu/TatSu-5.6.1.zip
+ sha256sums = 6a4f07aa7bfe9dfbee8015824feaf13f0b1a89577e2ee5a4a62c18630c309d4e
pkgname = python-tatsu
-