Date: Sunday, October 2, 2022 @ 15:13:04 Author: foxboron Revision: 1320658
upgpkg: mypy 0.981-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-02 15:11:57 UTC (rev 1320657) +++ PKGBUILD 2022-10-02 15:13:04 UTC (rev 1320658) @@ -3,7 +3,7 @@ # Contributor: hexchain <i...@hexchain.org> pkgname=mypy -pkgver=0.971 +pkgver=0.981 pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" @@ -13,7 +13,7 @@ 'python-typing_extensions' 'python-tomli') makedepends=('git' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('40b0f21484238269ae6a57200c807d80debc6459d444c0489a102d7c6a75fa56') +sha256sums=('ad77c13037d3402fbeffda07d51e3f228ba078d1c7096a73759c9419ea031bf4') build() { cd "$pkgname-$pkgver"