summaryrefslogtreecommitdiffstats
path: root/lua-alive-git
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2026-05-04 20:39:03 +0000
committers-ol <s+removethis@s-ol.nu>2026-05-04 20:39:03 +0000
commit679a7732614a426fff94d302f77740c2bc57b865 (patch)
treeae09e9c92df03b9890186a4f9eef32e24cc529e5 /lua-alive-git
parentupdate glsl-view-git (diff)
downloadaur-679a7732614a426fff94d302f77740c2bc57b865.tar.gz
aur-679a7732614a426fff94d302f77740c2bc57b865.zip
update lua-alive[-git] for lua 5.5
Diffstat (limited to 'lua-alive-git')
-rw-r--r--lua-alive-git/.gitignore1
-rw-r--r--lua-alive-git/PKGBUILD16
2 files changed, 11 insertions, 6 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')
+}