summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-16 08:11:15 -0600
committerMark Wagie2022-04-16 08:11:15 -0600
commitbe54f41468978e1d43b736500de78350cd37ef7a (patch)
treef9234b37d8d5e0bbb3e639434fac913993d2c3e7 /PKGBUILD
parentb8b54f8604b7fdfa17f298c69044c5daf0a40b76 (diff)
downloadaur-be54f41468978e1d43b736500de78350cd37ef7a.tar.gz
57.4.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 918a10558e10..0d75c21f3c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-types-setuptools
_name=${pkgname#python-}
-pkgver=57.4.12
-pkgrel=2
+pkgver=57.4.13
+pkgrel=1
pkgdesc="Typing stubs for setuptools"
arch=('any')
url="https://github.com/python/typeshed"
@@ -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=('415a1c23101a05da17eb66bed5d5a865702e5a69f74c66dbf1af643dce9492ab')
+sha256sums=('bc9d24f182f107ad1e9b4fdced3a87cc1833fe511f303372ca873ff5aa200990')
build() {
cd "$_name-$pkgver"