diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-05-04 20:39:03 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-05-04 20:39:03 +0000 |
| commit | 679a7732614a426fff94d302f77740c2bc57b865 (patch) | |
| tree | ae09e9c92df03b9890186a4f9eef32e24cc529e5 | |
| parent | update glsl-view-git (diff) | |
| download | aur-679a7732614a426fff94d302f77740c2bc57b865.tar.gz aur-679a7732614a426fff94d302f77740c2bc57b865.zip | |
update lua-alive[-git] for lua 5.5
| -rw-r--r-- | lua-alive-git/.gitignore | 1 | ||||
| -rw-r--r-- | lua-alive-git/PKGBUILD | 16 | ||||
| -rw-r--r-- | lua-alive/.gitignore | 1 | ||||
| -rw-r--r-- | lua-alive/PKGBUILD | 14 |
4 files changed, 22 insertions, 10 deletions
diff --git a/lua-alive-git/.gitignore b/lua-alive-git/.gitignore new file mode 100644 index 0000000..715cb39 --- /dev/null +++ b/lua-alive-git/.gitignore @@ -0,0 +1 @@ +alive diff --git a/lua-alive-git/PKGBUILD b/lua-alive-git/PKGBUILD index 4b98fe7..98bac9d 100644 --- a/lua-alive-git/PKGBUILD +++ b/lua-alive-git/PKGBUILD @@ -2,9 +2,8 @@ _rockname=alive pkgbase=lua-$_rockname -pkgname=("lua-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname") -pkgver=0.1.r199.gbe796c2 -_rockrel=10 +pkgname=("lua-$_rockname" "lua54-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname") +pkgver=0.2.r27.g6e9c1fc pkgrel=1 pkgdesc='Open Sound Control (OSC) for lua/luajit' arch=(any) @@ -14,6 +13,7 @@ makedepends=(lua lua51 lua52 lua53 + lua54 luarocks) source=("git+https://git.s-ol.nu/alive.git") sha256sums=('SKIP') @@ -21,7 +21,7 @@ sha256sums=('SKIP') _package() { cd "$srcdir/alive" luarocks --lua-version="$1" --tree="$pkgdir/usr/" \ - make --deps-mode=none --no-manifest "dist/rocks/$_rockname-scm-$_rockrel.rockspec" + make --deps-mode=none --no-manifest "dist/rocks/$_rockname"-scm-*.rockspec if [[ $pkgname != lua-$_rockname ]]; then rm -rf "$pkgdir/usr/bin" else @@ -38,8 +38,7 @@ pkgver() { } package_lua-alive() { - _package 5.4 lua - optdepends+=('wxlua') + _package 5.5 lua } package_lua51-alive() { @@ -53,3 +52,8 @@ package_lua52-alive() { package_lua53-alive() { _package 5.3 lua53 } + +package_lua54-alive() { + _package 5.4 lua + optdepends+=('wxlua') +} diff --git a/lua-alive/.gitignore b/lua-alive/.gitignore new file mode 100644 index 0000000..715cb39 --- /dev/null +++ b/lua-alive/.gitignore @@ -0,0 +1 @@ +alive diff --git a/lua-alive/PKGBUILD b/lua-alive/PKGBUILD index 266e24c..39044c7 100644 --- a/lua-alive/PKGBUILD +++ b/lua-alive/PKGBUILD @@ -2,8 +2,8 @@ _rockname=alive pkgbase=lua-$_rockname -pkgname=("lua-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname") -pkgver=0.1 +pkgname=("lua-$_rockname" "lua54-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rockname") +pkgver=0.2 _rockrel=1 pkgrel=1 pkgdesc='Open Sound Control (OSC) for lua/luajit' @@ -14,9 +14,10 @@ makedepends=(lua lua51 lua52 lua53 + lua54 luarocks) source=("git+https://git.s-ol.nu/alive.git#tag=v$pkgver") -sha256sums=('71c2a9a4d61c33474185ebf4871310c33380ae0ec85fbaff6e54a9d8a3523357') +sha256sums=('624a42159d229c1da7e9ed98cfd1195354a57b37bc259bea04aa9b43f6ab1aa5') _package() { cd "alive" @@ -30,7 +31,7 @@ _package() { } package_lua-alive() { - _package 5.4 + _package 5.5 depends=(lua) } @@ -48,3 +49,8 @@ package_lua53-alive() { _package 5.3 depends=(lua53) } + +package_lua54-alive() { + _package 5.4 + depends=(lua54) +} |
