Date: Monday, January 4, 2021 @ 19:31:31 Author: foxboron Revision: 807916
upgpkg: python-typed-ast 1.4.2-1 Modified: python-typed-ast/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-04 19:29:59 UTC (rev 807915) +++ PKGBUILD 2021-01-04 19:31:31 UTC (rev 807916) @@ -1,8 +1,8 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=python-typed-ast -pkgver=1.4.1 -pkgrel=3 +pkgver=1.4.2 +pkgrel=1 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support" arch=('x86_64') url="https://github.com/python/typed_ast" @@ -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=('498a6cd88f78e4b2058092ff38c9941d61f4eba2c12b371240ba663f063adf7d') +sha256sums=('be4b75ea880768489e30818267cf920027ed99014001ac428aedd0b31bbfc899') build(){ cd "typed_ast-$pkgver"
