main/aports-build: update to lua 5.4

lua-aports uses Lua 5.4. Adjust accordingly and bump version to 1.6.0
This commit is contained in:
Natanael Copa 2024-07-17 15:03:26 +02:00
parent a791a36f17
commit 9e46ef6612

View file

@ -1,14 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aports-build
pkgver=1.5.5
pkgrel=4
pkgver=1.6.0
pkgrel=0
pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux"
url="https://alpinelinux.org"
arch="noarch"
license="GPL-2.0"
options="!check"
_luaver=5.4
depends="abuild>2.20.0 build-base mosquitto-clients openssh-client mqtt-exec
rsync lua-aports>1.0.0 lua5.2-cjson lua5.2-mqtt-publish pigz git"
rsync lua-aports>=1.2.0 lua$_luaver-cjson lua$_luaver-mqtt-publish pigz git"
makedepends="$depends_dev mosquitto-dev"
install="$pkgname.pre-install"
subpackages="$pkgname-openrc"