Date: Saturday, March 19, 2022 @ 16:28:16 Author: foxboron Revision: 1161665
upgpkg: mypy 0.941-1: upgpkg: mypy 0.941-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 16:24:53 UTC (rev 1161664) +++ PKGBUILD 2022-03-19 16:28:16 UTC (rev 1161665) @@ -3,8 +3,8 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.931 -pkgrel=2 +pkgver=0.941 +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=('0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce') +sha256sums=('cbcc691d8b507d54cb2b8521f0a2a3d4daa477f62fe77f0abba41e5febb377b7') build() { cd "$pkgname-$pkgver"
