Search Criteria
Package Details: luastatus 0.6.0-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/luastatus.git (read-only, click to copy) |
|---|---|
| Package Base: | luastatus |
| Description: | universal status bar content generator |
| Upstream URL: | https://github.com/shdown/luastatus |
| Licenses: | LGPL3 |
| Submitter: | madisonav |
| Maintainer: | madisonav |
| Last Packager: | madisonav |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-10-15 01:24 (UTC) |
| Last Updated: | 2022-11-16 10:32 (UTC) |
Dependencies (25)
- lua (pallene-luaAUR)
- alsa-lib (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- libnl (libnl-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libudev.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, lib32-systemd, systemd-libs) (make)
- libx11 (libx11-gitAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python-docutils (make)
- xcb-util (make)
- xcb-util-wm (make)
- yajl (yajl-gitAUR) (make)
- alsa-lib (optional) – for plugin 'alsa'
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (optional) – for plugin 'dbus'
- libnl (libnl-gitAUR) (optional) – for plugin 'network'
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – for plugin 'pulse'
- libudev.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, lib32-systemd, systemd-libs) (optional) – for plugin 'battery-linux', 'backlight-linux' and 'udev'
- libx11 (libx11-gitAUR) (optional) – for plugin 'xkb'
- Show 5 more dependencies...
Latest Comments
petRUShka commented on 2026-04-17 10:03 (UTC)
luastatus still depends on lua<5.5 although Arch lua is now 5.5
The AUR metadata still pins luastatus to
lua<5.5, but Arch’sluapackage is now 5.5.0-2. Arch’s Lua 5.5 rebuild note also says packages depending onluashould be rebuilt for 5.5 or switched tolua54if they are not compatible.Upstream currently documents Lua 5.5 as a supported version.
Could you please update the dependency and rebuild/test against Lua 5.5? If the packaged 0.6.0 release is not actually 5.5-compatible, then it would be better to either depend on
lua54explicitly or package a newer snapshot that is.