summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-06-26 08:58:29 -0600
committerMark Wagie2022-06-26 08:58:29 -0600
commitc84508f8aefa86a94208a44c71c9e278334ee10b (patch)
tree52f512165ffd1a9fda693524003cc6d9b15eb2e8 /PKGBUILD
parentde239c608c929bdd2ab4d9ce2c3f4d5671e7b2e9 (diff)
downloadaur-c84508f8aefa86a94208a44c71c9e278334ee10b.tar.gz
57.4.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d30c3a5453..528563944278 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.17
+pkgver=57.4.18
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=('9d556fcaf6808a1cead4aaa41e5c07a61f0152a875811e1239738eba4e0b7b16')
+sha256sums=('8ee03d823fe7fda0bd35faeae33d35cb5c25b497263e6a58b34c4cfd05f40bcf')
build() {
cd "$_name-$pkgver"