summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2017-12-16 13:27:52 +0000
committerGergely Imreh2017-12-16 13:27:52 +0000
commitce39ff05cc08c0d90e2af9b51cc17d6288d76fb9 (patch)
tree2916a3d2be460b9f7b0a257feb66dd3e2d37afd8 /PKGBUILD
parent51249fa3367c063584981b780ae746c6e2628eb0 (diff)
downloadaur-ce39ff05cc08c0d90e2af9b51cc17d6288d76fb9.tar.gz
adjusting makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e045529790c..501efdeffec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=particle-cli
pkgdesc='CLI tool for the Particle hardware platform'
pkgver=1.27.0
-pkgrel=1
+pkgrel=2
arch=(any)
url='http://particle.io/'
license=('GPL')
depends=('libusb' 'nodejs')
-makedepends=('npm' 'git' 'python')
+makedepends=('npm' 'git' 'python2')
optdepends=('dfu-util: local flashing'
'openssl: local flashing')
source=(http://registry.npmjs.org/$pkgname/-/${pkgname}-${pkgver}.tgz)