summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2016-08-12 11:02:05 +0800
committerGergely Imreh2016-08-12 11:02:05 +0800
commit332e017ecdd360789b3df2fb06ae84e52f60c4e3 (patch)
treec814a8a6f4923e29f5e6bb7902c92b50a5aa955b /PKGBUILD
parent51032700a4d084366ef9fb496e40dbca044ba4b8 (diff)
downloadaur-332e017ecdd360789b3df2fb06ae84e52f60c4e3.tar.gz
version 1.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 515c570260e0..58cbcbb7473f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
-pkgver=1.14.2
+pkgver=1.16.0
pkgrel=1
-arch=('i686' 'x86_64')
+arch=(any)
url='http://particle.io/'
license=('GPL')
depends=('libusb' 'nodejs')
@@ -13,7 +13,7 @@ optdepends=('dfu-util: local flashing'
'openssl: local flashing')
source=(http://registry.npmjs.org/$pkgname/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
-sha256sums=('764ab00af51f2de6789490c06d13bc76bc3eaa4d187c8cad2ecf436389cda516')
+sha256sums=('fd712aa41c8a2f1755ace305bd3ce0103f80bb7d18b326afcc8226fa53cb6bcd')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"