summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2020-12-21 15:18:17 -0500
committerNathan Robinson2020-12-21 15:18:17 -0500
commit0525bfd9aceb6cfa32cb3a9b747af5f51f215a6c (patch)
treeae38daefcc16637b39d0f4f8d32f448383867c04
parent85f1bdd32756e66e81e50e002c4bcd7cb09df6da (diff)
downloadaur-0525bfd9aceb6cfa32cb3a9b747af5f51f215a6c.tar.gz
add openocd-git and vscode to optdepends at 15:18 of 2020-12-21
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d86ab48586b0..b155b061d647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neopo-git
pkgdesc = A lightweight solution for local Particle development.
- pkgver = r265.650bb7c
+ pkgver = r266.1465bba
pkgrel = 1
url = https://github.com/nrobinson2000/neopo
arch = x86_64
@@ -12,12 +12,14 @@ pkgbase = neopo-git
depends = git
depends = perl-archive-zip
depends = libusb
+ optdepends = visual-studio-code-bin: Particle Workbench IDE
provides = neopo
source = git+https://github.com/nrobinson2000/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 = openocd-git: support for debugging
pkgname = neopo-git
diff --git a/PKGBUILD b/PKGBUILD
index 0db1255dfe14..17e73d0bc4b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=neopo-git
_gitname="neopo"
-pkgver=r265.650bb7c
+pkgver=r266.1465bba
pkgrel=1
pkgdesc="A lightweight solution for local Particle development."
arch=('x86_64' 'aarch64')
@@ -14,9 +14,11 @@ md5sums=('SKIP')
makedepends=('python-setuptools')
depends=('python' 'vim' 'git' 'perl-archive-zip' 'libusb')
+optdepends=('visual-studio-code-bin: Particle Workbench IDE')
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: support for particle-cli'
+ 'openocd-git: support for debugging')
pkgver() {
cd "$_gitname"