[arch-commits] Commit in mypy/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Sep 29 17:56:21 UTC 2018
Date: Saturday, September 29, 2018 @ 17:56:21
Author: foxboron
Revision: 387928
upgpkg: mypy 0.630-1
Modified:
mypy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-29 17:52:56 UTC (rev 387927)
+++ PKGBUILD 2018-09-29 17:56:21 UTC (rev 387928)
@@ -3,8 +3,8 @@
# Contributor: hexchain <i at hexchain.org>
pkgname=mypy
-pkgver=0.620
-pkgrel=2
+pkgver=0.630
+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=('c770605a579fdd4a014e9f0a34b6c7a36ce69b08100ff728e96e27445cef3b3c')
+sha256sums=('6704586b4c2bf7dfa5e87a422be9ca57db622bab65008245759f3d4baeb219dd')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list