summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcus Hoffmann2021-02-22 13:29:12 +0100
committerMarcus Hoffmann2021-02-22 13:29:12 +0100
commitd9158e8e82ac7daed04376abb86f97d4dfdd1a3e (patch)
treedd642eed67b2a613f6dae4f7acdf60ad3a11d8a8 /PKGBUILD
parent149c461e610a39d5a6f27db61f224a36f01e70ca (diff)
downloadaur-d9158e8e82ac7daed04376abb86f97d4dfdd1a3e.tar.gz
0.2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a648f7e8eeab..9a333a28486b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mypy-zope
pkgname=python-mypy-zope
-pkgver=0.2.10
+pkgver=0.2.11
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=('93792b3f418a1857f1a20977f7257bc37962614d8b3f5757e2b3d8dc11a753fa')
+sha256sums=('fbf1b8a77d898bc2de65a531e110d3af989f7659aec0d3e48abfe476ca623368')
# Tests only work with installed package:
# https://github.com/Shoobx/mypy-zope/issues/25