summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2021-05-23 11:23:21 -0400
committerNathan Robinson2021-05-23 11:23:21 -0400
commit3a087ec0e60a22a1203b37cb1cb5a5307d8dd414 (patch)
treef49b814e590aac10f4f4622da3a2601567269fbc
parenta06e47c07724363ec046048019282ca3a77ce9e2 (diff)
downloadaur-3a087ec0e60a22a1203b37cb1cb5a5307d8dd414.tar.gz
fix quotes, bump version at 11:23 of 2021-05-23
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 921e6b000c5c..970ff87c12dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neopo-git
pkgdesc = A lightweight solution for local Particle development.
- pkgver = r326.9a9b1d1
+ pkgver = r334.970c5fd
pkgrel = 1
url = https://github.com/nrobinson2000/neopo
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = neopo-git
depends = libusb
depends = jq
optdepends = visual-studio-code-bin: Particle Workbench IDE
- optdepends = bash-completion: Bash completion (neopo/particle)
+ optdepends = bash-completion: Bash completion
provides = neopo
source = git+https://github.com/nrobinson2000/neopo.git
source = git+https://github.com/nrobinson2000/particle-cli-completion
diff --git a/PKGBUILD b/PKGBUILD
index dd569d12a39c..62e0ae99ded3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=("custom")
provides=("neopo")
source=("git+https://github.com/nrobinson2000/neopo.git"
"git+https://github.com/nrobinson2000/particle-cli-completion")
-md5sums=("SKIP"
- "SKIP")
+md5sums=('SKIP'
+ 'SKIP')
makedepends=("python-setuptools")
depends=("python" "vim" "git" "perl-archive-zip" "libusb" "jq")