Date: Thursday, September 15, 2022 @ 21:06:39 Author: felixonmars Revision: 1302906
upgpkg: python-zope-hookable 5.2-1 Modified: python-zope-hookable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-15 21:05:04 UTC (rev 1302905) +++ PKGBUILD 2022-09-15 21:06:39 UTC (rev 1302906) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-zope-hookable -pkgver=5.1.0 -pkgrel=3 +pkgver=5.2 +pkgrel=1 pkgdesc="Represents the core of the Zope hookable Architecture" arch=('x86_64') url="https://github.com/zopefoundation/zope.hookable" @@ -10,7 +10,7 @@ depends=('python-setuptools') checkdepends=('python-nose') source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz") -sha512sums=('cfcd9fc698fc165317ab1b89a1a82b1c1e08d4dbea6c4f8a2459736150bfb0d82eda4d6c448ac966f2853fe12ec714a782a5947f1c5bc3cd89a573889db564fb') +sha512sums=('7b7503636f30dd65a30c3ad959239a7b0e350d63c695cbbc49dc35382845720caa1ddd75e2198ffc486d24459fb3aea0e783e4f8db46ef8408b5864f9bb627c8') build() { cd "$srcdir"/zope.hookable-$pkgver
