From 0e2d049f86331d1c446f19c1f2f2d499c4a81d4e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 6 Jan 2025 11:15:54 +0100 Subject: [PATCH] python-send2trash: Update to 1.8.3 --- mingw-w64-python-send2trash/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-send2trash/PKGBUILD b/mingw-w64-python-send2trash/PKGBUILD index 7f84e967dd..19dfa75f5f 100644 --- a/mingw-w64-python-send2trash/PKGBUILD +++ b/mingw-w64-python-send2trash/PKGBUILD @@ -7,8 +7,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=1.8.2 -pkgrel=4 +pkgver=1.8.3 +pkgrel=1 pkgdesc="Send file to trash natively (mingw-w64)" url="https://github.com/hsoft/send2trash" arch=('any') @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools") options=(!strip) source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312') +sha256sums=('b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf') prepare() { rm -rf python-build-${MSYSTEM} | true