[arch-commits] Commit in mypy/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Dec 19 23:22:26 UTC 2019


    Date: Thursday, December 19, 2019 @ 23:22:26
  Author: foxboron
Revision: 538460

upgpkg: mypy 0.761-1

Modified:
  mypy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 23:06:57 UTC (rev 538459)
+++ PKGBUILD	2019-12-19 23:22:26 UTC (rev 538460)
@@ -3,8 +3,8 @@
 # Contributor: hexchain <i at hexchain.org>
 
 pkgname=mypy
-pkgver=0.750
-pkgrel=2
+pkgver=0.761
+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-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=('6ecbd0e8e371333027abca0922b0c2c632a5b4739a0c61ffbd0733391e39144c')
+sha256sums=('85baab8d74ec601e86134afe2bcccd87820f79d2f8d5798c889507d1088287bf')
 
 build() {
     cd "$pkgname-$pkgver"



More information about the arch-commits mailing list