summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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