summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f50776d108..c6c4d8b8d514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mypy-zope
pkgdesc = Plugin for mypy to support zope.interface
- pkgver = 0.2.11
+ pkgver = 0.2.13
pkgrel = 1
url = https://pypi.org/project/mypy-zope/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-mypy-zope
depends = mypy
depends = python-zope-interface
depends = python-zope-schema
- source = https://files.pythonhosted.org/packages/source/m/mypy-zope/mypy-zope-0.2.11.tar.gz
- sha256sums = fbf1b8a77d898bc2de65a531e110d3af989f7659aec0d3e48abfe476ca623368
+ source = https://files.pythonhosted.org/packages/source/m/mypy-zope/mypy-zope-0.2.13.tar.gz
+ sha256sums = 3700f7136f9533b8fed14f93bdf2bb79a0611af94638734ff01a174773bc52b7
pkgname = python-mypy-zope
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