Date: Thursday, November 21, 2019 @ 22:45:35 Author: foxboron Revision: 531451
upgpkg: mypy 0.740-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-21 22:44:27 UTC (rev 531450) +++ PKGBUILD 2019-11-21 22:45:35 UTC (rev 531451) @@ -3,8 +3,8 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.730 -pkgrel=3 +pkgver=0.740 +pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" arch=('any') @@ -12,7 +12,7 @@ depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions') makedepends=('python-setuptools' 'git') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879') +sha256sums=('48c8bc99380575deb39f5d3400ebb6a8a1cb5cc669bbba4d3bb30f904e0a0e7d') build() { cd "$pkgname-$pkgver"
