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 ab2c8e9da94b..ce67b58ef0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mypy-zope
pkgname=python-mypy-zope
-pkgver=0.3.5
+pkgver=0.3.8
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=('489e7da1c2af887f2cfe3496995fc247f296512b495b57817edddda9d22308f3')
+sha256sums=('6578463883d7533026596cd390cce267ff4aaab8a6ef0b019abc071c63988962')
# Tests only work with installed package:
# https://github.com/Shoobx/mypy-zope/issues/25