Date: Sunday, March 5, 2023 @ 00:11:34 Author: arojas Revision: 1412588
upgpkg: renpy 8.0.1-3: FFmpeg 6 rebuild Modified: renpy/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-04 23:30:02 UTC (rev 1412587) +++ PKGBUILD 2023-03-05 00:11:34 UTC (rev 1412588) @@ -9,7 +9,7 @@ renpy-demos ) pkgver=8.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="The Ren'Py Visual Novel Engine" arch=(x86_64) url=https://www.renpy.org @@ -33,7 +33,7 @@ 'code: Default editor' ) options=(!emptydirs) -_tag=eb40f32c96e79843c3d9df935cfd7d2edade2430 +_tag=23e313d5e0376c9a1b13ae6beb7861368f8acc5b source=( git+https://github.com/renpy/renpy.git#tag=${_tag} renpy.bin @@ -62,11 +62,12 @@ cd renpy python module/setup.py build python -m compileall renpy - PYTHONPATH=module/build/lib.linux-x86_64-3.10 python renpy.py . compile - PYTHONPATH=module/build/lib.linux-x86_64-3.10 python renpy.py the_question compile - PYTHONPATH=module/build/lib.linux-x86_64-3.10 python renpy.py tutorial compile + local python_version=$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))') + PYTHONPATH=module/build/lib.linux-x86_64-cpython-${python_version} python renpy.py . compile + PYTHONPATH=module/build/lib.linux-x86_64-cpython-${python_version} python renpy.py the_question compile + PYTHONPATH=module/build/lib.linux-x86_64-cpython-${python_version} python renpy.py tutorial compile cd sphinx - PYTHONPATH=../module/build/lib.linux-x86_64-3.10 ./build.sh + PYTHONPATH=../module/build/lib.linux-x86_64-cpython-${python_version} ./build.sh } package_renpy() {
