Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lua-testmore
Commits:
d094900c by Caleb Maclennan at 2026-01-06T00:27:57+03:00
upgpkg: 0.3.7-2: Overhaul for Lua 5.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lua-testmore
pkgdesc = A Lua port of the Perl Test::More unit testing framework
pkgver = 0.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://framagit.org/fperrad/lua-TestMore
arch = any
license = MIT
@@ -16,3 +16,5 @@ pkgname = lua51-testmore
pkgname = lua52-testmore
pkgname = lua53-testmore
+
+pkgname = lua54-testmore
=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
_project=lua-TestMore
pkgbase=${_project,,}
_rockname=${pkgbase#lua-}
-pkgname=("$pkgbase" "lua51-$_rockname" "lua52-$_rockname" "lua53-$_rockname")
+pkgname=("$pkgbase" "lua51-$_rockname" "lua52-$_rockname" "lua53-$_rockname"
"lua54-$_rockname")
pkgver=0.3.7
_rockrel=1
-pkgrel=1
+pkgrel=2
pkgdesc='A Lua port of the Perl Test::More unit testing framework'
arch=(any)
url="https://framagit.org/fperrad/$_project"
@@ -29,6 +29,10 @@ _package() {
}
package_lua-testmore() {
+ _package 5.5
+}
+
+package_lua54-testmore() {
_package 5.4
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-testmore/-/commit/d094900caca6e2c0088fca94e213d2b6be6e11b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-testmore/-/commit/d094900caca6e2c0088fca94e213d2b6be6e11b3
You're receiving this email because of your account on gitlab.archlinux.org.