[arch-commits] Commit in mypy/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Oct 7 11:18:59 UTC 2018
Date: Sunday, October 7, 2018 @ 11:18:59
Author: foxboron
Revision: 391001
upgpkg: mypy 0.630-2
Modified:
mypy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-07 10:20:00 UTC (rev 391000)
+++ PKGBUILD 2018-10-07 11:18:59 UTC (rev 391001)
@@ -4,12 +4,12 @@
pkgname=mypy
pkgver=0.630
-pkgrel=1
+pkgrel=2
pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
url="http://www.mypy-lang.org/"
arch=('any')
license=('MIT')
-depends=('python' 'python-psutil' 'python-typed-ast')
+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')
More information about the arch-commits
mailing list