diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 1589f4f8..3a11f3fd 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=78.1.0 +pkgver=80.3.0 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -17,7 +17,7 @@ msys2_references=( ) depends=('python') source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") -sha256sums=('afc5387c70d1caf8aecdcb7463227f9924cf5fb2b75fa7243a6ade688f805a17') +sha256sums=('564937f8674f91703429467a9042844f30acc6045074a070a0be716d3652818d') build() { cd "${srcdir}/setuptools-${pkgver}"