Date: Thursday, December 16, 2021 @ 20:07:03 Author: foxboron Revision: 1074613
upgpkg: mypy 0.920-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-16 20:02:50 UTC (rev 1074612) +++ PKGBUILD 2021-12-16 20:07:03 UTC (rev 1074613) @@ -3,8 +3,8 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.910 -pkgrel=4 +pkgver=0.920 +pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" arch=('any') @@ -13,7 +13,7 @@ 'python-typing_extensions' 'python-toml') makedepends=('git' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150') +sha256sums=('a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b') build() { cd "$pkgname-$pkgver"
