summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-25 08:32:53 -0600
committerMark Wagie2022-05-25 08:32:53 -0600
commit322146381602123acdafae6df976e1a51dc612ba (patch)
treebf57ad778fa5f666a910370ef9dec1ea47210c31 /PKGBUILD
parentcce0d1354cada76e50e50c3b01ca0d8e21578851 (diff)
downloadaur-322146381602123acdafae6df976e1a51dc612ba.tar.gz
57.4.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384c1c4b1d7a..78da157aefec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-types-setuptools
_name=${pkgname#python-}
-pkgver=57.4.15
+pkgver=57.4.16
pkgrel=1
pkgdesc="Typing stubs for setuptools"
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('650528ce803586029d7f153f32aed2dbaa6bb2888b233334af80d7ba63ed3c87')
+sha256sums=('325d8db7eee39f67f78b7f000683cc81d651300060f67e6e93058e17c6951a9a')
build() {
cd "$_name-$pkgver"