summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dejanovic2016-06-12 13:04:12 +0200
committerIgor Dejanovic2016-06-12 13:04:12 +0200
commit9828c87bfeb35b1ea1cb6e97eef05767873a5d2b (patch)
tree0cc36c1b0c17b4cecdac4666dcb3d42c26788bc4 /PKGBUILD
parent0102e2b7ea6d519d5bf4c56cbdce568cad7741dc (diff)
downloadaur-9828c87bfeb35b1ea1cb6e97eef05767873a5d2b.tar.gz
Added arpeggio dep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7d35815f6d7..47f6a88fe3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-textx
_srcname=textX
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="Python library for building Domain-Specific Languages and parsers"
arch=('any')
url="http://igordejanovic.net/textX/"
license=('MIT')
-depends=('python')
+depends=('python' 'python-arpeggio')
source=(https://github.com/igordejanovic/$_srcname/archive/v$pkgver.tar.gz)
md5sums=('57db7672b8c8e6f2e8ba1131e627760c')