summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2021-11-19 23:41:31 -0500
committerNathan Robinson2021-11-19 23:41:31 -0500
commit96f7b0ffd5edc0c56533b8785db9c4748e51717f (patch)
treefe70b2c39938a35fe0ccf17e750f6b49ecf2fa84
parentc6764883ef44b6e098a7d69a70dda463cbce8875 (diff)
downloadaur-96f7b0ffd5edc0c56533b8785db9c4748e51717f.tar.gz
use lts nodejs on aarch64 at 23:41 of 2021-11-19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1bc15e4a11..0570c7327a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neopo-git
pkgdesc = A lightweight solution for local Particle development.
- pkgver = r342.888d98d
+ pkgver = r344.6b3049a
pkgrel = 1
url = https://github.com/nrobinson2000/neopo
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = neopo-git
md5sums = SKIP
optdepends_x86_64 = lib32-glibc: gcc-arm 5.3.1 support
optdepends_aarch64 = dfu-util: flash devices with DFU
- optdepends_aarch64 = nodejs: support for particle-cli
+ optdepends_aarch64 = nodejs-lts-erbium: support for particle-cli
optdepends_aarch64 = openocd-git: support for debugging
pkgname = neopo-git
diff --git a/PKGBUILD b/PKGBUILD
index d50798bda1ff..e063587cd220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=neopo-git
_gitname="neopo"
-pkgver=r342.888d98d
+pkgver=r344.6b3049a
pkgrel=1
pkgdesc="A lightweight solution for local Particle development."
arch=("x86_64" "aarch64")
@@ -20,7 +20,7 @@ optdepends=("visual-studio-code-bin: Particle Workbench IDE"
"bash-completion: Bash completion")
optdepends_x86_64=("lib32-glibc: gcc-arm 5.3.1 support")
optdepends_aarch64=("dfu-util: flash devices with DFU"
- "nodejs: support for particle-cli"
+ "nodejs-lts-erbium: support for particle-cli"
"openocd-git: support for debugging")
pkgver() {