Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lua-compat53
Commits:
721d60a4 by Caleb Maclennan at 2024-08-30T01:53:33+03:00
upgpkg: 0.14.1-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.14
+ pkgver = 0.14.1
pkgrel = 1
url = https://github.com/lunarmodules/lua-compat-5.3
arch = x86_64
license = MIT
makedepends = lua51
makedepends = lua52
- source =
lua51-compat53-0.14.tar.gz::https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.tar.gz
- sha256sums =
6a6f2d444aa894b972bc1fac2cb73f5257005f61a513a571d08302b122045047
+ source =
lua51-compat53-0.14.1.tar.gz::https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.1.tar.gz
+ sha256sums =
c3c0466b7dea0d9dddd6ab4d31356581069a850c6f2d8847a31d9bafc1e3fee6
pkgname = lua51-compat53
pkgdesc = Compatibility module providing Lua-5.3-style APIs for Lua 5.1
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase='lua-compat53'
pkgname=('lua51-compat53' 'lua52-compat53')
-pkgver=0.14
+pkgver=0.14.1
pkgrel=1
pkgdesc='Compatibility module providing Lua-5.3-style APIs'
arch=('x86_64')
@@ -11,7 +11,7 @@ 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=('6a6f2d444aa894b972bc1fac2cb73f5257005f61a513a571d08302b122045047')
+sha256sums=('c3c0466b7dea0d9dddd6ab4d31356581069a850c6f2d8847a31d9bafc1e3fee6')
build() {
cd "lua-compat-5.3-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/721d60a4bdb7d55636063d7d3dd715c225bebb0b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-compat53/-/commit/721d60a4bdb7d55636063d7d3dd715c225bebb0b
You're receiving this email because of your account on gitlab.archlinux.org.