mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Maintenance: align Node version range with upstream engines
This commit is contained in:
parent
56adb847b8
commit
44516ab3c7
2 changed files with 6 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,15 +1,14 @@
|
|||
pkgbase = n8n
|
||||
pkgdesc = Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
|
||||
pkgver = 2.0.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://n8n.io
|
||||
arch = x86_64
|
||||
license = custom:Sustainable Use License
|
||||
makedepends = npm
|
||||
makedepends = jq
|
||||
makedepends = curl
|
||||
depends = nodejs>=22.16
|
||||
depends = nodejs<26
|
||||
depends = nodejs>=20.19
|
||||
depends = nodejs<25
|
||||
backup = etc/default/n8n
|
||||
source = n8n.env
|
||||
source = n8n.service
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname="n8n"
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services."
|
||||
arch=('x86_64')
|
||||
url="https://n8n.io"
|
||||
|
|
@ -12,8 +12,8 @@ backup=("etc/default/${pkgname}")
|
|||
# Check upstream nodejs version constraints with:
|
||||
# curl -s "https://registry.npmjs.org/n8n/${pkgver}" | jq -r '.engines.node'
|
||||
# Example output: ">=20.19 <= 24.x" means nodejs>=20.19.0 and nodejs<25
|
||||
depends=("nodejs>=22.16" "nodejs<26")
|
||||
makedepends=("npm" "jq" "curl")
|
||||
depends=("nodejs>=20.19" "nodejs<25")
|
||||
makedepends=("npm" "curl")
|
||||
source=("${pkgname}.env"
|
||||
"${pkgname}.service"
|
||||
"${pkgname}.sysusers"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue