From fda2821aa4d56f0068a3eec7df666dc5f02ecd72 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 10 Apr 2023 10:17:09 +0200 Subject: [PATCH] python-setuptools: Update to 67.6.1 --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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