Date: Wednesday, March 13, 2019 @ 18:01:04 Author: foxboron Revision: 440908
upgpkg: mypy 0.670-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-13 17:58:28 UTC (rev 440907) +++ PKGBUILD 2019-03-13 18:01:04 UTC (rev 440908) @@ -3,7 +3,7 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.660 +pkgver=0.670 pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" @@ -12,7 +12,7 @@ depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions') makedepends=('python-setuptools' 'git') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('986a7f97808a865405c5fd98fae5ebfa963c31520a56c783df159e9a81e41b3e') +sha256sums=('e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d') build() { cd "$pkgname-$pkgver"
