From 828c44740db0c10ac7a6b5e5bd0c62db8c6b665d Mon Sep 17 00:00:00 2001 From: Paper Date: Sat, 10 Apr 2021 17:25:28 +0200 Subject: [PATCH] python3-typed-ast: update to 1.4.2. --- 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 7c176c7c3154..8461f830a8cb 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.1 -revision=2 +version=1.4.2 +revision=1 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,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=498a6cd88f78e4b2058092ff38c9941d61f4eba2c12b371240ba663f063adf7d +checksum=be4b75ea880768489e30818267cf920027ed99014001ac428aedd0b31bbfc899 do_patch() { # python3-typed-ast uses the same header name with Python