Disable debug packages for n8n (prebuilt npm package)

This commit is contained in:
Yakov Till 2025-12-24 04:17:05 +01:00
parent b727e6add6
commit c9ef3832bd
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ pkgbase = n8n
makedepends = curl
depends = nodejs>=20.19
depends = nodejs<25
options = !debug
backup = etc/default/n8n
source = n8n.env
source = n8n.service

View file

@ -14,6 +14,7 @@ backup=("etc/default/${pkgname}")
# Example output: ">=20.19 <= 24.x" means nodejs>=20.19.0 and nodejs<25
depends=("nodejs>=20.19" "nodejs<25")
makedepends=("npm" "curl")
options=('!debug')
source=("${pkgname}.env"
"${pkgname}.service"
"${pkgname}.sysusers"