Date: Saturday, September 28, 2019 @ 14:12:34 Author: foxboron Revision: 511981
upgpkg: mypy 0.730-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-28 14:09:27 UTC (rev 511980) +++ PKGBUILD 2019-09-28 14:12:34 UTC (rev 511981) @@ -3,8 +3,8 @@ # Contributor: hexchain <i...@hexchain.org> pkgname=mypy -pkgver=0.720 -pkgrel=2 +pkgver=0.730 +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=('49925f9da7cee47eebf3420d7c0e00ec662ec6abb2780eb0a16260a7ba25f9c4') +sha256sums=('42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879') build() { cd "$pkgname-$pkgver"