summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-03 16:44:58 +0100
committerHugo Osvaldo Barrera2020-12-03 16:44:58 +0100
commitb8b15b5d5c6be30c31c729f049d1bfb8a81f404b (patch)
tree5eea65597f093718aae19ce54f61d284866f5b0b
parentad3a306b803a06e660820d5a63d92c7caab61859 (diff)
downloadaur-b8b15b5d5c6be30c31c729f049d1bfb8a81f404b.tar.gz
Update to 2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 838afff204e2..6e894a5027cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-asttokens
pkgdesc = Annotate AST trees with source code positions
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/gristlabs/asttokens
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-asttokens
makedepends = python-setuptools
depends = python
depends = python-six
- source = https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-2.0.3.tar.gz
- md5sums = 8a9211d70cb5630207b74c1e40b2134d
+ source = https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-2.0.4.tar.gz
+ md5sums = 3e90edd0656e9d86daf7a7909e583a3d
pkgname = python-asttokens
diff --git a/PKGBUILD b/PKGBUILD
index a2e98c0a6d2b..3efca5a9edb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-asttokens
_pkgname=asttokens
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Annotate AST trees with source code positions"
url="https://github.com/gristlabs/asttokens"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('Apache 2.0')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('8a9211d70cb5630207b74c1e40b2134d')
+md5sums=('3e90edd0656e9d86daf7a7909e583a3d')
build() {
cd $srcdir/asttokens-$pkgver