summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b968324a46dc..48e42b22c50f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
# Contributor: Brice Waegeneire <bricewge at gmail dot com>
pkgname=platformio-git
-pkgver=v2.1.1.r554.g3d0aad6
-pkgrel=2
+pkgver=v2.8.6.r596.g0f300a2
+pkgrel=3
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="http://platformio.com/"
license=('GPL')
depends=('python2'
- 'python2-click-5.1'
'python2-bottle'
+ 'python2-click-5.1'
+ 'python2-colorama'
'python2-lockfile'
+ 'python2-pyserial'
'python2-requests'
- 'python2-colorama'
- 'python2-pyserial')
+ 'python2-semantic-version')
optdepends=('energia: For MSP430 based projects'
'arduino: For Arduino based projects')
source=('git+https://github.com/ivankravets/platformio.git')