Date: Friday, April 7, 2023 @ 04:35:18
Author: felixonmars
Revision: 1440539
upgpkg: python-pystemmer 2.2.0.1-2: rebuild with python 3.11
Modified:
python-pystemmer/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-07 04:31:54 UTC (rev 1440538)
+++ PKGBUILD 2023-04-07 04:35:18 UTC (rev 1440539)
@@ -2,7 +2,7 @@
pkgname=python-pystemmer
pkgver=2.2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Snowball stemming algorithms, for information retrieval"
arch=('x86_64')
license=('BSD' 'MIT')
@@ -21,7 +21,7 @@
check() {
cd PyStemmer-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" python runtests.py
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-311" python runtests.py
}
package() {