Date: Sunday, April 24, 2022 @ 08:53:34 Author: foxboron Revision: 1189515
upgpkg: python-typed-ast 1.5.3-1: upgpkg: python-typed-ast 1.5.3-1 Modified: python-typed-ast/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-24 08:52:04 UTC (rev 1189514) +++ PKGBUILD 2022-04-24 08:53:34 UTC (rev 1189515) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=python-typed-ast -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('python') makedepends=('python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz") -sha256sums=('b8475b94bf77991d2db0bcce3dc14421b8518139f2994dafcd6a7fb2e8f5e261') +sha256sums=('3d519da0252f5116650ee9a2d93f632cca1969addf434192b3f828ec1893b6dd') build(){ cd "typed_ast-$pkgver"
