diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 6c14a292..284ad796 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=69.0.2 +pkgver=69.0.3 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=('544dc0a1e2b54180b28a26090134eae19ae1a47db2fabf419f0b77c9716c0869') +sha256sums=('1b3b43e613f07b94fbea7ce37653616d81247e0e49833521aa309c494354947e') prepare() { export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0