From 4e086b530eb7ccf63579643111c188d7046bbb16 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 23 Feb 2024 19:22:13 +0000 Subject: [PATCH] python-cliff: update to 4.6.0 --- mingw-w64-python-cliff/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cliff/PKGBUILD b/mingw-w64-python-cliff/PKGBUILD index 52d031f951..b047378185 100644 --- a/mingw-w64-python-cliff/PKGBUILD +++ b/mingw-w64-python-cliff/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.5.0 +pkgver=4.6.0 pkgrel=1 pkgdesc="Command Line Interface Formulation Framewor (mingw-w64)" arch=('any') @@ -36,7 +36,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" # "${MINGW_PACKAGE_PREFIX}-python-oslosphinx" # "${MINGW_PACKAGE_PREFIX}-python-testscenarios") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('61beeac238530beb3ae19eefb421b8b290b97dcc9efee01fc32fe62fb75a31d9') +sha256sums=('2f38ce8bd1ea4958d66f15b066ac47e65d61f600b9319b921e12e9e9cbcd99d0') # Helper macros to help make tasks easier # apply_patch_with_msg() {