summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-06-23 15:15:25 +0200
committerHugo Osvaldo Barrera2021-06-23 15:15:25 +0200
commita3ebf1c5c7c61733db7cd3217756cee002538ddb (patch)
tree9b2b21f69a2939c4b3a94ddc3077612fdc84bd2a /PKGBUILD
parentb8b15b5d5c6be30c31c729f049d1bfb8a81f404b (diff)
downloadaur-a3ebf1c5c7c61733db7cd3217756cee002538ddb.tar.gz
Update to 2.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3efca5a9edb4..47b6f7a25adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-asttokens
_pkgname=asttokens
-pkgver=2.0.4
+pkgver=2.0.5
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=('3e90edd0656e9d86daf7a7909e583a3d')
+md5sums=('0a2a057b9c9a220bffdb3e7512062f17')
build() {
cd $srcdir/asttokens-$pkgver