summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-01-05 09:47:33 -0700
committerMark Wagie2023-01-05 09:47:33 -0700
commitdd8ea5a5561c46623a4d77cd043a653c46e1e2d2 (patch)
tree7e99f84c594960b7765478f8ad76d99fffe1600c /PKGBUILD
parent6d6e7c8848dfeb4462142e7b9ef55e8aa13d2675 (diff)
downloadaur-dd8ea5a5561c46623a4d77cd043a653c46e1e2d2.tar.gz
65.6.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a150dc10835..90099b1316d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-types-setuptools
_name=${pkgname#python-}
-pkgver=65.6.0.2
+pkgver=65.6.0.3
pkgrel=1
pkgdesc="Typing stubs for setuptools"
arch=('any')
url="https://github.com/python/typeshed"
license=('Apache')
-depends=('python')
+depends=('python' 'python-types-docutils')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ad60ccf01d626de9762224448f36c13e0660e863afd6dc11d979b3739a6c7d24')
+sha256sums=('7ddd7415282fa97ab18e490206067c0cdb126b103743e72ee86783d7af6481c5')
build() {
cd "$_name-$pkgver"