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 /lua-alive | |
| parent | update glsl-view-git (diff) | |
| download | aur-679a7732614a426fff94d302f77740c2bc57b865.tar.gz aur-679a7732614a426fff94d302f77740c2bc57b865.zip | |
update lua-alive[-git] for lua 5.5
Diffstat (limited to 'lua-alive')
| -rw-r--r-- | lua-alive/.gitignore | 1 | ||||
| -rw-r--r-- | lua-alive/PKGBUILD | 14 |
2 files changed, 11 insertions, 4 deletions
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) +} |
