Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lua-compat53
Commits:
01a54cf3 by Caleb Maclennan at 2024-08-30T00:22:43+03:00
upgpkg: 0.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = lua-compat53
pkgdesc = Compatibility module providing Lua-5.3-style APIs
- pkgver = 0.13
- pkgrel = 2
+ pkgver = 0.14
+ pkgrel = 1
url = https://github.com/lunarmodules/lua-compat-5.3
arch = x86_64
license = MIT
makedepends = lua51
makedepends = lua52
- source =
lua51-compat53-0.13.tar.gz::https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13.tar.gz
- sha256sums =
f5dc30e7b1fda856ee4d392be457642c1f0c259264a9b9bfbcb680302ce88fc2
+ source =
lua51-compat53-0.14.tar.gz::https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.tar.gz
+ sha256sums =
6a6f2d444aa894b972bc1fac2cb73f5257005f61a513a571d08302b122045047
pkgname = lua51-compat53
pkgdesc = Compatibility module providing Lua-5.3-style APIs for Lua 5.1
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgbase='lua-compat53'
pkgname=('lua51-compat53' 'lua52-compat53')
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
pkgdesc='Compatibility module providing Lua-5.3-style APIs'
arch=('x86_64')
url='https://github.com/lunarmodules/lua-compat-5.3'
license=('MIT')
makedepends=('lua51' 'lua52')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lunarmodules/lua-compat-5.3/archive/v$pkgver.tar.gz")
-sha256sums=('f5dc30e7b1fda856ee4d392be457642c1f0c259264a9b9bfbcb680302ce88fc2')
+sha256sums=('6a6f2d444aa894b972bc1fac2cb73f5257005f61a513a571d08302b122045047')
build() {
cd "lua-compat-5.3-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/01a54cf3ea984df5306d2fa0c8b287357f7521c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/01a54cf3ea984df5306d2fa0c8b287357f7521c6
You're receiving this email because of your account on gitlab.archlinux.org.