summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2023-02-19 17:06:21 +0100
committerXiretza2023-02-19 17:06:21 +0100
commit08e76b833e1365886a3b432d1a1e5d7d326cda18 (patch)
tree2235f87c7a234c2bf81b9a124863b6cdd98d42d8 /PKGBUILD
parent1248445f4c486b9b446c97a585b295df6b1136f8 (diff)
downloadaur-08e76b833e1365886a3b432d1a1e5d7d326cda18.tar.gz
Update to 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3f43f2cde5b..b03dfeb56c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-textx
_srcname=textX
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
url="https://textx.github.io/textX/"
@@ -14,7 +14,7 @@ optdepends=('python-click: textX CLI support')
makedepends=('python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest-runner' 'python-pip' 'python-jinja' 'python-click' 'python-html5lib')
source=("$pkgname-$pkgver.tar.gz::https://github.com/textX/$_srcname/archive/$pkgver.tar.gz")
-md5sums=('6d868822583d86f66cda71f40b1bebb5')
+sha256sums=('18ecd288aaba27d361fd421986088a139773ca7ed29cbddf9f7d6f8003314b6e')
build() {
cd $_srcname-$pkgver