Package Details: terminal-rain-lightning 0.1.0-2

Git Clone URL: https://aur.archlinux.org/terminal-rain-lightning.git (read-only, click to copy)
Package Base: terminal-rain-lightning
Description: A terminal rain and lightning animation using Python and curses
Upstream URL: https://github.com/rmaake1/terminal-rain-lightning
Keywords: curses python rain terminal tui
Licenses: MIT
Submitter: nihalxkumar
Maintainer: nihalxkumar
Last Packager: nihalxkumar
Votes: 4
Popularity: 1.03
First Submitted: 2025-05-16 18:23 (UTC)
Last Updated: 2026-01-24 06:58 (UTC)

Latest Comments

irrisorr commented on 2026-03-27 15:52 (UTC)

@nihalxkumar sorry for late, everything works perfect, thx

nihalxkumar commented on 2026-01-24 07:05 (UTC)

@irrisorr Updated. I think the issue was an undefined variable in the upstream code (unique_new should be new_segments_this_step) let me know how it goes

irrisorr commented on 2026-01-23 13:17 (UTC)

Update package, there is issues with modules. From GitHub everything works properly

nihalxkumar commented on 2025-05-22 10:12 (UTC)

Thank you @torculus I have added python-build python-installer and python-pip as well

torculus commented on 2025-05-18 01:37 (UTC)

It's failing at the build() stage because you need to add python-build and python-installer to the makedepends, as shown at https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)

I already tested, and this resolves the issue