summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c19e74fa5e..d04bd5355fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mypy-zope
pkgname=python-mypy-zope
-pkgver=0.3.1
+pkgver=0.3.2
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=('ad24e4297ddb12bd60deaefc8742cf36ad13680c0e9f879a13f2b96dc565d49e')
+sha256sums=('8eea53a0ecce8bce433527d1cccb4e2e32da07b730f4730c6a503ebddf297520')
# Tests only work with installed package:
# https://github.com/Shoobx/mypy-zope/issues/25