summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-08-03 11:35:49 -0600
committerMark Wagie2022-08-03 11:35:49 -0600
commit141e6e58ae9af74bd438c0e03c78d35168328ec4 (patch)
tree990bb8aaa51f3cd13bc8b280f924d3b5fc407f9b /PKGBUILD
parent4d3f09511d0584b75b1a0e08c42be6833f851d29 (diff)
downloadaur-141e6e58ae9af74bd438c0e03c78d35168328ec4.tar.gz
63.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3caef644e0be..bfadf3efd8ff 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=63.2.2
+pkgver=63.2.3
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=('a9aa0c01d5f3443cd544026d5ffc97b95ddadf731dab13419c393d43fd8617c0')
+sha256sums=('c0f5d452976e390527276fc4a6aa97cc1a38f4edb904f787441e70a472c37d44')
build() {
cd "$_name-$pkgver"