Date: Sunday, April 9, 2023 @ 14:22:43
Author: felixonmars
Revision: 1443253
upgpkg: python-zope-i18nmessageid 6.0.1-2: rebuild with python 3.11
Modified:
python-zope-i18nmessageid/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-09 14:21:10 UTC (rev 1443252)
+++ PKGBUILD 2023-04-09 14:22:43 UTC (rev 1443253)
@@ -2,7 +2,7 @@
pkgname=python-zope-i18nmessageid
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Message Identifiers for internationalization"
arch=('x86_64')
url="https://github.com/zopefoundation/zope.i18nmessageid"
@@ -19,7 +19,7 @@
check() {
cd zope.i18nmessageid-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python -m
zope.testrunner --test-path=src
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" python -m
zope.testrunner --test-path=src
}
package() {