Date: Thursday, May 4, 2023 @ 00:49:28 Author: svenstaro Revision: 1458681
upgpkg: python-gast 0.5.4-1 Modified: python-gast/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-04 00:47:58 UTC (rev 1458680) +++ PKGBUILD 2023-05-04 00:49:28 UTC (rev 1458681) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=python-gast -pkgver=0.5.3 -pkgrel=3 +pkgver=0.5.4 +pkgrel=1 pkgdesc="AST that abstracts the underlying Python version " url="https://github.com/serge-sans-paille/gast" arch=(any) @@ -9,7 +9,7 @@ depends=('python') makedepends=('python-setuptools') source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz") -sha512sums=('a836be76303591ca7c40596d98a29dbd53f281e277c8c23e3821b2003d4e8aaf4d806e7f532f27c0eadd4bdca5a28dc0a3902245505ab97497b9afbfee0c2e52') +sha512sums=('a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d') build() { cd gast-$pkgver
