summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2018-08-17 14:15:36 -0300
committerHugo Osvaldo Barrera2018-08-17 14:15:36 -0300
commitbacb58490ae5e78263181763cd6341f79d8f2d49 (patch)
tree39a3427bd6b20d07f5d69e1ff2b56885d467c27d /PKGBUILD
parentd2ff153f8a08b08948d47a1abd1f206386731794 (diff)
downloadaur-bacb58490ae5e78263181763cd6341f79d8f2d49.tar.gz
Update to 1.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd34abc20c4c..a92345424c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Automatically generated by pip2arch on 2017-11-08
pkgname=python-asttokens
-pkgver=1.1.6
+pkgver=1.1.11
pkgrel=1
pkgdesc="Annotate AST trees with source code positions"
url="https://github.com/gristlabs/asttokens"
@@ -10,15 +10,15 @@ depends=('python' )
makedepends=('python3' )
license=('Apache 2.0')
arch=('any')
-source=('https://pypi.python.org/packages/04/e4/760448c4f1cdbb78f74efde30c4f18ce51814124708b665aeed8379d1d85/asttokens-1.1.6.tar.gz')
-md5sums=('867bbdc5f91b12e8bd094fba79b9da9c')
+source=("https://files.pythonhosted.org/packages/2f/8c/d15158f453c9b06d4ba284650b8e4a9df3cbb5f34b8f692f2cfe4c9dcbdb/asttokens-1.1.11.tar.gz")
+md5sums=('d3f76d88ba925a69c20bcc4f69c81fdd')
build() {
- cd $srcdir/asttokens-1.1.6
+ cd $srcdir/asttokens-$pkgver
python setup.py build
}
package() {
- cd $srcdir/asttokens-1.1.6
+ cd $srcdir/asttokens-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
}