summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dejanovic2019-05-24 12:59:18 +0200
committerIgor Dejanovic2019-05-24 12:59:18 +0200
commitc852dc92fc45ce296d54b189c6856d300e02cb27 (patch)
tree05b185436ea2ebe2b24d4c0d3ad34b2c3973a73b
parent735e669838c06b346e265a419548514dffe080f8 (diff)
downloadaur-c852dc92fc45ce296d54b189c6856d300e02cb27.tar.gz
Release 2.0.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c79ab8d723f..6b165cf0e153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-textx
_srcname=textX
-pkgver=1.8.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
@@ -8,7 +8,7 @@ url="http://textx.github.io/textX/"
license=('MIT')
depends=('python' 'python-arpeggio')
source=(https://github.com/textX/$_srcname/archive/v$pkgver.tar.gz)
-md5sums=('b77c5280995ecbd3c9385599eb6e8b27')
+md5sums=('cc4fe6d5db278477b15afd5d349c1cda')
package() {
cd "$srcdir/$_srcname-$pkgver"