Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / lua
Commits:
453bd965 by Caleb Maclennan at 2026-02-06T11:55:14+03:00
upgpkg: 5.5.0-2: Provide lua55 for future transitions
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = lua
pkgdesc = Powerful lightweight programming language designed for
extending applications
pkgver = 5.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.lua.org/
arch = x86_64
license = MIT
depends = readline
+ provides = lua55
options = !emptydirs
source = https://www.lua.org/ftp/lua-5.5.0.tar.gz
source = liblua.so.patch
=====================================
PKGBUILD
=====================================
@@ -7,13 +7,14 @@
pkgname=lua
pkgver=5.5.0
_majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful lightweight programming language designed for extending
applications'
arch=('x86_64')
url='https://www.lua.org/'
depends=('readline')
license=('MIT')
options=('!emptydirs')
+provides=(lua55)
source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
liblua.so.patch
paths.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua/-/commit/453bd965895e67de6ee6fec0ebfb5c1ea5ebb75f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua/-/commit/453bd965895e67de6ee6fec0ebfb5c1ea5ebb75f
You're receiving this email because of your account on gitlab.archlinux.org.