Package Details: renpy-git 8.4.1.25072401.r390.gfd38803-1

Git Clone URL: https://aur.archlinux.org/renpy-git.git (read-only, click to copy)
Package Base: renpy-git
Description: Visual novel engine Ren'Py along with its platdeps libs (dev channel)
Upstream URL: http://www.renpy.org
Licenses: MIT
Conflicts: renpy
Provides: python-renpy, renpy
Replaces: renpy64
Submitter: Cravix
Maintainer: patlefort
Last Packager: patlefort
Votes: 3
Popularity: 0.006047
First Submitted: 2013-05-26 06:13 (UTC)
Last Updated: 2025-10-18 20:11 (UTC)

Latest Comments

1 2 3 Next › Last »

patlefort commented on 2025-10-18 20:12 (UTC)

I added a little fix so it should compile now.

legalizeyaoi commented on 2025-10-18 18:46 (UTC)

trying to build this it's unable to find SDL.h. i was able to build this successfully before so im not sure what changed. maybe SDL.h moved from /usr/include to /usr/include/SDL ? is anyone else experiencing this?

nosXw commented on 2025-07-20 15:51 (UTC)

Pamac keeps showing a conflict but with yay everything was done without any problem. ty

patlefort commented on 2025-07-20 15:34 (UTC)

I've updated python-pygame-sdl2 which still depended on cython0. It was updated and for some reason new versions didn't appear in my unread feed.

nosXw commented on 2025-07-20 15:08 (UTC) (edited on 2025-07-20 15:14 (UTC) by nosXw)

It's not installed, but the error appears when using the GUI. Now, with 'sudo pacman -Syu', I see updates. Let me check if it's a 'user' issue and I'll comment again.

patlefort commented on 2025-07-19 18:27 (UTC)

Uninstall cython0, unless you need it for something else but they can't coexist.

nosXw commented on 2025-07-19 17:30 (UTC) (edited on 2025-07-19 17:34 (UTC) by nosXw)

conflicting dependencies: - cython0 and cython are in conflict Same with renpy 8.4.0.25071206-1

patlefort commented on 2025-02-08 18:18 (UTC)

I added the missing dependency. However, yes cython should be used instead of cython0 now. I will remove cython0 in the future.

Taevas commented on 2025-02-08 14:06 (UTC)

If it errors when launching with an error like this:

  File "launcher/game/web.rpy", line 26, in script
    init python:
  File "launcher/game/web.rpy", line 29, in <module>
    import webserver
ModuleNotFoundError: No module named 'cgi'

Then you should probably install python-legacy-cgi, even though it's not marked as a dependency for this package

Taevas commented on 2025-02-08 13:30 (UTC)

If it fails to build with an error such as Backend subprocess exited when trying to invoke get_requires_for_build_wheel, using cython instead of cython0 did the trick for me