summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO17
1 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c773d4458a..2f479798388b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
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.4.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/neogeny/TatSu
arch = any
- license = custom: BSD
+ license = BSD
makedepends = python-setuptools
- makedepends = python2-setuptools
- 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)
+ makedepends = git
depends = python
+ source = git+https://github.com/neogeny/TatSu#tag=v5.0.0
+ sha256sums = SKIP
-pkgname = python2-tatsu
- pkgdesc = A tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python (python2 version)
- depends = python2
+pkgname = python-tatsu