summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-03-07 22:52:30 +0100
committerHugo Osvaldo Barrera2020-03-07 22:52:30 +0100
commit07597e6a621532e8fd86481af916e56033ee0f78 (patch)
tree681564fd0bc46667d5a0b9f7a591c9b0454e4eb9
parentbacb58490ae5e78263181763cd6341f79d8f2d49 (diff)
downloadaur-07597e6a621532e8fd86481af916e56033ee0f78.tar.gz
Update to v2.0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc1c937fda3..1d027a947e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Fri Aug 17 17:14:47 UTC 2018
pkgbase = python-asttokens
pkgdesc = Annotate AST trees with source code positions
- pkgver = 1.1.11
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/gristlabs/asttokens
arch = any
license = Apache 2.0
- makedepends = python3
+ makedepends = python
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/2f/8c/d15158f453c9b06d4ba284650b8e4a9df3cbb5f34b8f692f2cfe4c9dcbdb/asttokens-1.1.11.tar.gz
md5sums = d3f76d88ba925a69c20bcc4f69c81fdd
diff --git a/PKGBUILD b/PKGBUILD
index a92345424c36..5672b2426701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Automatically generated by pip2arch on 2017-11-08
pkgname=python-asttokens
-pkgver=1.1.11
+_pkgname=asttokens
+pkgver=2.0.3
pkgrel=1
pkgdesc="Annotate AST trees with source code positions"
url="https://github.com/gristlabs/asttokens"
depends=('python' )
-makedepends=('python3' )
+makedepends=('python' 'python-setuptools')
license=('Apache 2.0')
arch=('any')
-source=("https://files.pythonhosted.org/packages/2f/8c/d15158f453c9b06d4ba284650b8e4a9df3cbb5f34b8f692f2cfe4c9dcbdb/asttokens-1.1.11.tar.gz")
-md5sums=('d3f76d88ba925a69c20bcc4f69c81fdd')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('8a9211d70cb5630207b74c1e40b2134d')
build() {
cd $srcdir/asttokens-$pkgver