From 705b8607ab968339ea96f4cafa875fe146f4d06b Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 5 Apr 2022 13:35:24 +0000 Subject: [PATCH] python-zeroconf: update to 0.38.4 --- mingw-w64-python-zeroconf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-zeroconf/PKGBUILD b/mingw-w64-python-zeroconf/PKGBUILD index 7f76e52600..273d4a2896 100644 --- a/mingw-w64-python-zeroconf/PKGBUILD +++ b/mingw-w64-python-zeroconf/PKGBUILD @@ -9,8 +9,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.25.1 -pkgrel=2 +pkgver=0.38.4 +pkgrel=1 pkgdesc="A pure python implementation of multicast DNS service discovery" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -23,7 +23,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("${_srcname}-${pkgver}.tar.gz"::"https://github.com/jstasiak/${_srcname}/archive/${pkgver}.tar.gz") -sha256sums=('d32dbc683318e4534348d518011944467f641892574a757c19083ec6f8c25afb') +sha256sums=('74ead61490a7573d1cab1e9e9ea6fe846be0843c4ddd55633788d4670837c0eb') prepare() { rm -rf python-build-${CARCH} | true