python-zeroconf: update to 0.39.4

This commit is contained in:
Mehdi Chinoune
2022-11-03 05:47:40 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 59e98826e4
commit bb28062145

View File

@@ -9,7 +9,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=0.39.1
pkgver=0.39.4
pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
@@ -24,7 +24,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=('c1e1f1720f48833a9c6410c3f400ef18aaf6957b8a54fb3ef131c4e18c9fd914')
sha256sums=('32783c9a583419abe7223ba199e2ddebe9533011caecf6a268852e0fbea1186a')
prepare() {
rm -rf python-build-${MSYSTEM} | true