Date: Saturday, July 14, 2018 @ 10:50:59 Author: foxboron Revision: 358912
upgpkg: mypy 0.620-1 Updated to 0.620 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-14 10:49:41 UTC (rev 358911) +++ PKGBUILD 2018-07-14 10:50:59 UTC (rev 358912) @@ -3,8 +3,8 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.610 -pkgrel=2 +pkgver=0.620 +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') makedepends=('python-setuptools' 'git') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('f472645347430282d62d1f97d12ccb8741f19f1572b7cf30b58280e4e0818739') +sha256sums=('c770605a579fdd4a014e9f0a34b6c7a36ce69b08100ff728e96e27445cef3b3c') build() { cd "$pkgname-$pkgver"
