T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / lua-basexx
Commits: 0cc4ce32 by T.J. Townsend at 2024-07-12T17:59:19-04:00 upgpkg: 0.4.1-3: Rebuild packages that are missing .SRCINFO part 3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = lua-basexx + pkgver = 0.4.1 + pkgrel = 3 + url = https://github.com/aiq/basexx + arch = any + license = MIT + source = lua-basexx-0.4.1.tar.gz::https://github.com/aiq/basexx/archive/v0.4.1.tar.gz + sha256sums = ff62b00446df1181a9cd20ba970c3c8493165d262142e10d069ee3de6337dfe6 + +pkgname = lua-basexx + pkgdesc = A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding for Lua 5.4 + +pkgname = lua51-basexx + pkgdesc = A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding for Lua 5.1 + +pkgname = lua52-basexx + pkgdesc = A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding for Lua 5.2 + +pkgname = lua53-basexx + pkgdesc = A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding for Lua 5.3 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=('lua-basexx' 'lua51-basexx' 'lua52-basexx' 'lua53-basexx') pkgver=0.4.1 -pkgrel=2 +pkgrel=3 arch=('any') url='https://github.com/aiq/basexx' license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lua-basexx/-/commit/0cc4ce3299573e2e2b691e6b076a1e968338a15a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lua-basexx/-/commit/0cc4ce3299573e2e2b691e6b076a1e968338a15a You're receiving this email because of your account on gitlab.archlinux.org.