From aa3be762a678cc8ce88cf4d5f2a136e4e6db27af Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 3 Oct 2023 19:41:09 +0000 Subject: [PATCH] python-seaborn: update to 0.13.0 --- mingw-w64-python-seaborn/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-seaborn/PKGBUILD b/mingw-w64-python-seaborn/PKGBUILD index ed911a6468..d418ece0a1 100644 --- a/mingw-w64-python-seaborn/PKGBUILD +++ b/mingw-w64-python-seaborn/PKGBUILD @@ -6,8 +6,8 @@ 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=0.12.2 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc="Statistical data visualization using matplotlib (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-flit-core") source=("${_realname}-${pkgver}.tar.gz::https://github.com/mwaskom/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('e11b9b136b583bbbb8b692dcd23ec539ea58c0325f7502cd049392352b815788') +sha256sums=('afca1c26eaa4481df437c660bba7c5976342809379d0c1809f4b81508dc461bb') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"