Date: Saturday, November 19, 2022 @ 13:24:53
  Author: foxboron
Revision: 1349686

upgpkg: mypy 0.991-1

Modified:
  mypy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-19 13:23:27 UTC (rev 1349685)
+++ PKGBUILD    2022-11-19 13:24:53 UTC (rev 1349686)
@@ -3,7 +3,7 @@
 # Contributor: hexchain <[email protected]>
 
 pkgname=mypy
-pkgver=0.982
+pkgver=0.991
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
@@ -13,7 +13,7 @@
          'python-typing_extensions' 'python-tomli')
 makedepends=('git' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('85f7a343542dc8b1ed0a888cdd34dca56462654ef23aa673907305b260b3d746')
+sha256sums=('3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06')
 
 build() {
     cd "$pkgname-$pkgver"

Reply via email to