mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Disable debug packages for n8n (prebuilt npm package)
This commit is contained in:
parent
b727e6add6
commit
c9ef3832bd
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue