[arch-commits] Commit in mypy/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Fri Oct 9 20:57:44 UTC 2020
Date: Friday, October 9, 2020 @ 20:57:43
Author: foxboron
Revision: 722790
upgpkg: mypy 0.790-1
Modified:
mypy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-09 20:36:00 UTC (rev 722789)
+++ PKGBUILD 2020-10-09 20:57:43 UTC (rev 722790)
@@ -3,8 +3,8 @@
# Contributor: hexchain <i at hexchain.org>
pkgname=mypy
-pkgver=0.782
-pkgrel=2
+pkgver=0.790
+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=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
+sha256sums=('2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list