summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitwave2021-05-23 12:24:55 +0200
committerbitwave2021-05-23 12:24:55 +0200
commitca1d23cfc3f5f04449113a5619045ebfc65ca4a7 (patch)
tree0d222cd1ab75dc11dbac17df3a1f833efc571185 /PKGBUILD
parent882d589f10422f6bd8d0e403cf4e2c15f6834889 (diff)
downloadaur-ca1d23cfc3f5f04449113a5619045ebfc65ca4a7.tar.gz
upgpkg: python-monkeytype 21.5.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cf84d01832c..7886ae42afc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-monkeytype'
pkgname=('python-monkeytype')
_module='MonkeyType'
-pkgver='20.5.0'
+pkgver='21.5.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=('fe596bebc5e1b6a64eae71a40b880688de433e4f70507a31ada48510195251dd')
+sha256sums=('e47089f032e65f9bc7b4146725285837b75136f28e3025b434d494f6d1b3cb87')
build() {
cd "${srcdir}/${_module}-${pkgver}"