From de8fa883ae741551a58e7d858e6392611394a40d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 20 Sep 2022 10:50:23 +0200 Subject: [PATCH] python3-typed-ast: update to 1.5.4. --- srcpkgs/python3-typed-ast/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template index eaf6f86e905..647b2c22973 100644 --- a/srcpkgs/python3-typed-ast/template +++ b/srcpkgs/python3-typed-ast/template @@ -1,7 +1,7 @@ # Template file for 'python3-typed-ast' pkgname=python3-typed-ast -version=1.4.3 -revision=3 +version=1.5.4 +revision=1 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ maintainer="whoami " license="Apache-2.0" homepage="https://github.com/python/typed_ast" distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz" -checksum=c393d5576856f50189e741c38850e529f38aeb77fd7b40d2d9b1f4340e802faa +checksum=1b2db37247c74594660aa9ad40014394fd765ed7fba90256f472329c06e742ab do_check() { PYTHONPATH="$(cd build/lib* && pwd)" pytest