Date: Thursday, April 6, 2023 @ 15:07:52
Author: felixonmars
Revision: 1439404
upgpkg: python-pychm 0.8.6-7: rebuild with python 3.11
Modified:
python-pychm/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-06 15:07:20 UTC (rev 1439403)
+++ PKGBUILD 2023-04-06 15:07:52 UTC (rev 1439404)
@@ -7,7 +7,7 @@
pkgname=python-pychm
pkgver=0.8.6
-pkgrel=6
+pkgrel=7
pkgdesc="Python bindings for chmlib"
arch=('x86_64')
url="https://github.com/dottedmag/pychm"
@@ -29,7 +29,7 @@
cd "$srcdir/pychm-$pkgver"
# do glob expansion in variable assignment
- pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+ pythonpaths=("$PWD/build/lib.linux-$CARCH"-cpython-3*)
PYTHONPATH="${pythonpaths[0]}" pytest
}