diff --git a/mingw-w64-python-zeroconf/PKGBUILD b/mingw-w64-python-zeroconf/PKGBUILD index e1b17af5ad..1eeaa588cf 100644 --- a/mingw-w64-python-zeroconf/PKGBUILD +++ b/mingw-w64-python-zeroconf/PKGBUILD @@ -5,8 +5,8 @@ _realname=zeroconf pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.132.2 -pkgrel=2 +pkgver=0.136.2 +pkgrel=1 pkgdesc="A pure python implementation of multicast DNS service discovery (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('9ad8bc6e3f168fe8c164634c762d3265c775643defff10e26273623a12d73ae1') +sha256sums=('37d223febad4569f0d14563eb8e80a9742be35d0419847b45d84c37fc4224bb4') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"