diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index b46fc4f8..ed5e68d5 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=67.5.0 +pkgver=67.6.1 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -19,7 +19,7 @@ provides=("python3-${_realname}" 'python3-distribute') replaces=("python3-${_realname}" 'python3-distribute') conflicts=("python3-${_realname}") source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") -sha256sums=('72d0cf4580e72893c2b5f1af2323ac1eed42a3b0a03c93f1cc9c543d235aeea3') +sha256sums=('688f91cd26d82a48e8abd08661a54eb6c02e9a1f165575b993067e42db76b5ae') prepare() { export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0