Update n8n to 1.123.5 and bump nodejs dependency to <26

This commit is contained in:
Yakov Till 2025-12-11 15:46:08 +01:00
parent 03a7aed863
commit e73d4ad384
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = n8n
pkgdesc = Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
pkgver = 1.123.4
pkgver = 1.123.5
pkgrel = 1
url = https://n8n.io
arch = x86_64
@ -8,8 +8,8 @@ pkgbase = n8n
makedepends = npm
makedepends = jq
makedepends = curl
depends = nodejs>=20.19.0
depends = nodejs<25
depends = nodejs>=22.16
depends = nodejs<26
backup = etc/default/n8n
source = n8n.env
source = n8n.service

View file

@ -1,8 +1,8 @@
# Maintainer: Yakov Till <yakov.till at gmail dot com>
# Maintainer: Yakov Till <yakov.till@gmail.com>
# Contributor: devome <evinedeng@hotmail.com>
pkgname="n8n"
pkgver=1.123.4
pkgver=1.123.5
pkgrel=1
pkgdesc="Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services."
arch=('x86_64')
@ -12,7 +12,7 @@ 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>=20.19.0" "nodejs<25")
depends=("nodejs>=22.16" "nodejs<26")
makedepends=("npm" "jq" "curl")
source=("${pkgname}.env"
"${pkgname}.service"