From 9d0cccca632720a31594250db1bd815c19a75ebe Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Mon, 16 Jun 2025 19:59:23 +0300 Subject: [PATCH] python-watchfiles: update to 1.1.0 --- mingw-w64-python-watchfiles/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-watchfiles/PKGBUILD b/mingw-w64-python-watchfiles/PKGBUILD index ce35e9fdd0..4b890ae045 100644 --- a/mingw-w64-python-watchfiles/PKGBUILD +++ b/mingw-w64-python-watchfiles/PKGBUILD @@ -3,8 +3,8 @@ _realname=watchfiles pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.0.5 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Simple, modern and high performance file watching and code reload in python (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -26,7 +26,7 @@ makedepends=( ) options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9') +sha256sums=('693ed7ec72cbfcee399e92c895362b6e66d63dac6b91e2c11ae03d10d503e575') prepare() { cd "${_realname}-${pkgver}"