Date: Wednesday, June 24, 2020 @ 20:28:39 Author: foxboron Revision: 652461
upgpkg: mypy 0.782-1 Modified: mypy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-24 20:27:07 UTC (rev 652460) +++ PKGBUILD 2020-06-24 20:28:39 UTC (rev 652461) @@ -3,7 +3,7 @@ # Contributor: hexchain <[email protected]> pkgname=mypy -pkgver=0.781 +pkgver=0.782 pkgrel=1 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' url="http://www.mypy-lang.org/" @@ -12,7 +12,7 @@ depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions') makedepends=('git') source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('94bb664868b5cf4ca1147d875a4c77883d8c605cf2e916853006e4c6194f1e84') +sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c') build() { cd "$pkgname-$pkgver"
