Package Details: lux-cli 0.7.4-1

Git Clone URL: https://aur.archlinux.org/lux-cli.git (read-only, click to copy)
Package Base: lux-cli
Description: A luxurious package manager for Lua
Upstream URL: https://github.com/nvim-neorocks/lux
Keywords: lua luarocks manager neovim package
Licenses: MIT
Conflicts: lux-cli-git
Provides: lx
Submitter: firegem
Maintainer: None
Last Packager: firegem
Votes: 1
Popularity: 0.54
First Submitted: 2025-04-07 08:26 (UTC)
Last Updated: 2025-06-30 16:42 (UTC)

Latest Comments

Freed commented on 2025-07-13 15:13 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 9f8b106..27c05d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Firegem <firinggems@hotmail.com>
 # shellcheck disable=SC2034,2154,2164
 pkgname=lux-cli
-pkgver=0.7.4
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="A luxurious package manager for Lua"
 arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('lx')
 conflicts=('lux-cli-git')
 options=('!lto')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ee62248c4eeef8bfa674f78009fbb9b43b04e1120b3be1ba2095984597fb754e')
+sha256sums=('b053222ca0d8614167b7528716e2a5fdb24bff937cc0ce1d413ea579d62550b7')

 prepare() {
     cd "${pkgname%-cli}-${pkgver}"

Can you add me to maintainer?

Freed commented on 2025-07-13 15:02 (UTC)

0.8.3 is coming!

firegem commented on 2025-05-21 15:40 (UTC)

This package doesn't contain lux-lua, so you'll need to build that yourself as there's currently no aur package for it.