Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lua-compat53
Commits:
11865eb3 by Caleb Maclennan at 2025-01-23T15:01:31+03:00
upgpkg: 0.14.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lua-compat53
pkgdesc = Compatibility module providing Lua-5.3-style APIs
- pkgver = 0.14.3
- pkgrel = 3
+ pkgver = 0.14.4
+ pkgrel = 1
url = https://github.com/lunarmodules/lua-compat-5.3
arch = x86_64
license = MIT
@@ -9,8 +9,8 @@ pkgbase = lua-compat53
makedepends = lua52
makedepends = luarocks
depends = glibc
- source =
https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.3/lua-compat-5.3-0.14.3.tar.gz
- sha256sums =
db8ffa2c5562fac4fce5e5f48fd25763e79190af5e3d3d91f0699e4711cfbf10
+ source =
https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.4/lua-compat-5.3-0.14.4.tar.gz
+ sha256sums =
a9afa2eb812996039a05c5101067e6a31af9a75eded998937a1ce814afe1b150
pkgname = lua52-compat53
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgbase=lua-compat53
_rockname=${pkgbase##lua-}
pkgname=(lua52-$_rockname lua51-$_rockname)
-pkgver=0.14.3
-pkgrel=3
+pkgver=0.14.4
+pkgrel=1
_rockrel=1
pkgdesc='Compatibility module providing Lua-5.3-style APIs'
arch=(x86_64)
@@ -19,7 +19,7 @@ _archive="${url##*/}-$pkgver"
_rockspec="$_rockname-$pkgver-$_rockrel"
_rock="$_rockspec.linux-$CARCH.rock"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('db8ffa2c5562fac4fce5e5f48fd25763e79190af5e3d3d91f0699e4711cfbf10')
+sha256sums=('a9afa2eb812996039a05c5101067e6a31af9a75eded998937a1ce814afe1b150')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/11865eb3e35a0d7c1c6242c09be2ac2e1697c857
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/11865eb3e35a0d7c1c6242c09be2ac2e1697c857
You're receiving this email because of your account on gitlab.archlinux.org.