python-zope.event: update to 4.6

This commit is contained in:
Biswapriyo Nath
2023-03-10 14:26:42 +05:30
parent cef0867beb
commit 80bd727fdb

View File

@@ -6,8 +6,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=4.5.0
pkgrel=2
pkgver=4.6
pkgrel=1
pkgdesc='Very basic event publishing system (mingw-w64)'
url='https://pypi.python.org/pypi/zope.event'
license=('spdx:ZPL-2.1')
@@ -16,7 +16,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330')
sha256sums=('81d98813046fc86cc4136e3698fee628a3282f9c320db18658c21749235fce80')
build() {
cd "${srcdir}/${_realname}-${pkgver}"