Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lua-binaryheap
Commits:
4919d259 by Antonio Rojas at 2026-03-06T17:42:26+01:00
upgpkg: 0.4-4: lua 5.5 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lua-binaryheap
pkgver = 0.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Tieske/binaryheap.lua
arch = any
license = MIT
@@ -8,7 +8,7 @@ pkgbase = lua-binaryheap
sha256sums =
10b1b6c6f2d22560f512f9896a6672ec5ae0eea1390ff8e662be1d5d9625b438
pkgname = lua-binaryheap
- pkgdesc = Binary heap implementation for Lua 5.4
+ pkgdesc = Binary heap implementation for Lua 5.5
pkgname = lua51-binaryheap
pkgdesc = Binary heap implementation for Lua 5.1
@@ -18,3 +18,6 @@ pkgname = lua52-binaryheap
pkgname = lua53-binaryheap
pkgdesc = Binary heap implementation for Lua 5.3
+
+pkgname = lua54-binaryheap
+ pkgdesc = Binary heap implementation for Lua 5.4
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Daurnimator <[email protected]>
-pkgname=('lua-binaryheap' 'lua51-binaryheap' 'lua52-binaryheap'
'lua53-binaryheap')
+pkgname=('lua-binaryheap' 'lua51-binaryheap' 'lua52-binaryheap'
'lua53-binaryheap' 'lua54-binaryheap')
pkgver=0.4
-pkgrel=3
+pkgrel=4
arch=('any')
url='https://github.com/Tieske/binaryheap.lua'
license=('MIT')
@@ -10,10 +10,10 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tieske/binaryheap.lua/archi
sha256sums=('10b1b6c6f2d22560f512f9896a6672ec5ae0eea1390ff8e662be1d5d9625b438')
package_lua-binaryheap() {
- pkgdesc='Binary heap implementation for Lua 5.4'
+ pkgdesc='Binary heap implementation for Lua 5.5'
cd "binaryheap.lua-version_0v4"
- install -Dm644 src/binaryheap.lua
"$pkgdir/usr/share/lua/5.4/binaryheap.lua"
+ install -Dm644 src/binaryheap.lua
"$pkgdir/usr/share/lua/5.5/binaryheap.lua"
}
package_lua51-binaryheap() {
@@ -36,3 +36,10 @@ package_lua53-binaryheap() {
cd "binaryheap.lua-version_0v4"
install -Dm644 src/binaryheap.lua
"$pkgdir/usr/share/lua/5.3/binaryheap.lua"
}
+
+package_lua54-binaryheap() {
+ pkgdesc='Binary heap implementation for Lua 5.4'
+
+ cd "binaryheap.lua-version_0v4"
+ install -Dm644 src/binaryheap.lua
"$pkgdir/usr/share/lua/5.4/binaryheap.lua"
+}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-binaryheap/-/commit/4919d2595694d358431c6d33c3dd3a6b9cbccdab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-binaryheap/-/commit/4919d2595694d358431c6d33c3dd3a6b9cbccdab
You're receiving this email because of your account on gitlab.archlinux.org.