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

Morten Linderud foxboron at archlinux.org
Fri Oct 26 13:23:21 UTC 2018


    Date: Friday, October 26, 2018 @ 13:23:20
  Author: foxboron
Revision: 399119

upgpkg: mypy 0.641-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 13:11:39 UTC (rev 399118)
+++ PKGBUILD	2018-10-26 13:23:20 UTC (rev 399119)
@@ -3,8 +3,8 @@
 # Contributor: hexchain <i at hexchain.org>
 
 pkgname=mypy
-pkgver=0.630
-pkgrel=2
+pkgver=0.641
+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')
 makedepends=('python-setuptools' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6704586b4c2bf7dfa5e87a422be9ca57db622bab65008245759f3d4baeb219dd')
+sha256sums=('8e071ec32cc226e948a34bbb3d196eb0fd96f3ac69b6843a5aff9bd4efa14455')
 
 build() {
     cd "$pkgname-$pkgver"



More information about the arch-commits mailing list