summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d027a947e66..d4cf0f358e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,10 @@ pkgbase = python-asttokens
url = https://github.com/gristlabs/asttokens
arch = any
license = Apache 2.0
- makedepends = python
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/2f/8c/d15158f453c9b06d4ba284650b8e4a9df3cbb5f34b8f692f2cfe4c9dcbdb/asttokens-1.1.11.tar.gz
- md5sums = d3f76d88ba925a69c20bcc4f69c81fdd
+ source = https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-2.0.3.tar.gz
+ md5sums = 8a9211d70cb5630207b74c1e40b2134d
pkgname = python-asttokens
diff --git a/PKGBUILD b/PKGBUILD
index 5672b2426701..f1e7f3ce6e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Annotate AST trees with source code positions"
url="https://github.com/gristlabs/asttokens"
depends=('python' )
-makedepends=('python' 'python-setuptools')
+makedepends=('python-setuptools')
license=('Apache 2.0')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")