Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lua-http
Commits:
3331e1b4 by Christian Hesse at 2026-03-09T16:38:34+01:00
add make dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -9,6 +9,7 @@ pkgbase = lua-http
makedepends = lua51
makedepends = lua52
makedepends = lua53
+ makedepends = lua54
makedepends = lua
makedepends = pandoc
source =
lua-http-0.4.tar.gz::https://github.com/daurnimator/lua-http/archive/v0.4.tar.gz
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc='HTTP Library for Lua'
url='https://github.com/daurnimator/lua-http'
license=('MIT')
makedepends=('luarocks'
- 'lua51' 'lua52' 'lua53' 'lua' #
https://github.com/luarocks/luarocks/issues/1275
+ 'lua51' 'lua52' 'lua53' 'lua54' 'lua' #
https://github.com/luarocks/luarocks/issues/1275
'pandoc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/lua-http/archive/v$pkgver.tar.gz")
sha256sums=('d2e3cb9bc04cab70ac4f19351bc74b0dcd8b16cfc2563aa77256eb3a43b3b9e0')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-http/-/commit/3331e1b43d3cd7620863924a0a8f1b57b037c2fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-http/-/commit/3331e1b43d3cd7620863924a0a8f1b57b037c2fc
You're receiving this email because of your account on gitlab.archlinux.org.