summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcus Hoffmann2021-03-24 10:58:06 +0100
committerMarcus Hoffmann2021-03-24 10:58:06 +0100
commit3f7f5b7d04e3443435e3abe2abab233f84bb7057 (patch)
tree5e2f5a8cc7cd56218b67fab7c60dad8f8590000a /PKGBUILD
parent333bde2a63f6cefeabd1a5b339f208fd00739e56 (diff)
downloadaur-3f7f5b7d04e3443435e3abe2abab233f84bb7057.tar.gz
update to 0.2.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a333a28486b..416a09270223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mypy-zope
pkgname=python-mypy-zope
-pkgver=0.2.11
+pkgver=0.2.13
pkgrel=1
pkgdesc="Plugin for mypy to support zope.interface"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-setuptools' 'mypy' 'python-zope-interface' 'python-zope-schema')
checkdepends=('python-pytest' 'python-lxml')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('fbf1b8a77d898bc2de65a531e110d3af989f7659aec0d3e48abfe476ca623368')
+sha256sums=('3700f7136f9533b8fed14f93bdf2bb79a0611af94638734ff01a174773bc52b7')
# Tests only work with installed package:
# https://github.com/Shoobx/mypy-zope/issues/25