Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / lua-testmore
Commits: 1edb44bd by Caleb Maclennan at 2024-03-01T14:57:22+03:00 upgpkg: 0.3.7-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = lua-testmore + pkgdesc = A Lua port of the Perl Test::More unit testing framework + pkgver = 0.3.7 + pkgrel = 1 + url = https://framagit.org/fperrad/lua-TestMore + arch = any + license = MIT + checkdepends = lua + source = https://framagit.org/fperrad/lua-TestMore/-/archive/0.3.7/lua-TestMore-0.3.7.tar.bz2 + sha256sums = d0bbd61a005b9ce0108be8cb4c6b4c698d443888b46dd19aa01a28cb66c3be6a + +pkgname = lua-testmore + +pkgname = lua51-testmore + +pkgname = lua52-testmore + +pkgname = lua53-testmore ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _project=lua-TestMore pkgbase=${_project,,} _rockname=${pkgbase#lua-} pkgname=("$pkgbase" "lua51-$_rockname" "lua52-$_rockname" "lua53-$_rockname") -pkgver=0.3.6 +pkgver=0.3.7 _rockrel=1 pkgrel=1 pkgdesc='A Lua port of the Perl Test::More unit testing framework' @@ -14,7 +14,7 @@ license=(MIT) checkdepends=(lua) _archive="$_project-$pkgver" source=("$url/-/archive/$pkgver/$_archive.tar.bz2") -sha256sums=('7724391ad50a32ab55d32171d0901a68a136a404b9f0cd84aa59bf496b6a53b0') +sha256sums=('d0bbd61a005b9ce0108be8cb4c6b4c698d443888b46dd19aa01a28cb66c3be6a') check() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lua-testmore/-/commit/1edb44bdfdfc8637396be8606f2a81441c00f371 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lua-testmore/-/commit/1edb44bdfdfc8637396be8606f2a81441c00f371 You're receiving this email because of your account on gitlab.archlinux.org.
