summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2023-02-05 14:26:39 -0500
committerNathan Robinson2023-02-05 14:26:39 -0500
commitd9cbdf2603ff7574f3560d0103352394a2e0e32c (patch)
tree3a951d85bcd72504c52d65b41e6f7ed0a2816d47
parent2008e426597fbb3d3638b7c3a41261c5e104d814 (diff)
downloadaur-neopo-git.tar.gz
Support for armv7h
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ef0f3038de..4f761017838e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = neopo-git
pkgdesc = A lightweight solution for local Particle development.
- pkgver = r361.5f269eb
+ pkgver = r362.f061fa6
pkgrel = 1
url = https://github.com/nrobinson2000/neopo
arch = x86_64
arch = aarch64
+ arch = armv7h
license = custom
makedepends = python-setuptools
depends = python
@@ -22,7 +23,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-lts-erbium: support for particle-cli
+ optdepends_aarch64 = nodejs-lts-fermium: support for particle-cli
optdepends_aarch64 = openocd-git: support for debugging
pkgname = neopo-git
diff --git a/PKGBUILD b/PKGBUILD
index 0d40596dc427..4bc6195ae8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=neopo-git
_gitname="neopo"
-pkgver=r361.5f269eb
+pkgver=r362.f061fa6
pkgrel=1
pkgdesc="A lightweight solution for local Particle development."
-arch=("x86_64" "aarch64")
+arch=("x86_64" "aarch64" "armv7h")
url="https://github.com/nrobinson2000/neopo"
license=("custom")
provides=("neopo")
@@ -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-lts-erbium: support for particle-cli"
+ "nodejs-lts-fermium: support for particle-cli"
"openocd-git: support for debugging")
pkgver() {