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 7886ae42afc1..d41a324dc1c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-monkeytype'
pkgname=('python-monkeytype')
_module='MonkeyType'
-pkgver='21.5.0'
+pkgver='22.2.0'
pkgrel=1
pkgdesc="Generating type annotations from sampled production types"
url="https://github.com/instagram/MonkeyType"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('e47089f032e65f9bc7b4146725285837b75136f28e3025b434d494f6d1b3cb87')
+sha256sums=('6b0c00b49dcc5095a2c08d28246cf005e05673fc51f64d203f9a6bca2036dfab')
build() {
cd "${srcdir}/${_module}-${pkgver}"