summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dejanovic2019-05-12 16:30:10 +0200
committerIgor Dejanovic2019-05-12 16:30:10 +0200
commit735e669838c06b346e265a419548514dffe080f8 (patch)
tree7624e97a9aa8d65e33929fde303df355abad027e /PKGBUILD
parent6beafed49f5794c4152f49c44c293d4b92bb8924 (diff)
downloadaur-735e669838c06b346e265a419548514dffe080f8.tar.gz
Release 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 098e64d7dcfe..4c79ab8d723f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-textx
_srcname=textX
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
-url="http://igordejanovic.net/textX/"
+url="http://textx.github.io/textX/"
license=('MIT')
depends=('python' 'python-arpeggio')
-source=(https://github.com/igordejanovic/$_srcname/archive/v$pkgver.tar.gz)
-md5sums=('ad931a22301f45298977d6925b660295')
+source=(https://github.com/textX/$_srcname/archive/v$pkgver.tar.gz)
+md5sums=('b77c5280995ecbd3c9385599eb6e8b27')
package() {
cd "$srcdir/$_srcname-$pkgver"