summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsudoBash4182024-03-22 06:45:32 -0600
committersudoBash4182024-03-22 06:45:32 -0600
commitd81bd26d5672a4ac3e42f24836c4304d151e4956 (patch)
tree27e6d6e6a333b2d7badf2b48bdcf357c4501c041 /PKGBUILD
parent3096a59a3064f2026198f8b21f0610a83f0d981b (diff)
downloadaur-python-zcatalog.tar.gz
Update to 7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97e95db74ebb..bab91c2017ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-zcatalog
_pkgname=Products.ZCatalog
-pkgver=7.0
+pkgver=7.1
pkgrel=1
pkgdesc="Zope's indexing and search solution"
arch=(any)
url="https://github.com/zopefoundation/${_pkgname}"
-license=('ZPL')
+license=('ZPL-2.1')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('41d45cd34fb819f722889278ac513c40e9fcb05da3956a9a86bb652ce206c3a5')
+sha256sums=('cf923f5c1ca1c0e065594b9945b5daa1a50a44242ea841ea1ebbb55d022a6761')
build() {
cd "${_pkgname}-${pkgver}"