From ff0f49ec01021bddfb4f20f5fb2c8e49a9192b57 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 31 Jul 2022 05:27:23 +0000 Subject: [PATCH] python-dephell-setuptools: update to 0.2.5 --- mingw-w64-python-dephell-setuptools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-dephell-setuptools/PKGBUILD b/mingw-w64-python-dephell-setuptools/PKGBUILD index 4b7dc91cc2..8d272319d0 100644 --- a/mingw-w64-python-dephell-setuptools/PKGBUILD +++ b/mingw-w64-python-dephell-setuptools/PKGBUILD @@ -3,8 +3,8 @@ _realname=dephell-setuptools pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.2.4 -pkgrel=3 +pkgver=0.2.5 +pkgrel=1 pkgdesc='Extract meta information from setup.py (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -13,7 +13,7 @@ license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz") -sha256sums=('663629e1ebf7b20bf7e372ee2a2e7ebf1a15aeb3bc6d46ad32e1bcb21044ca29') +sha256sums=('2220e2661734d679d2991446b2688adf8a2dce31fc7726f58b08c3e31a0a28eb') prepare() { cd "$srcdir"