summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Price2016-09-04 11:38:20 +0100
committerWill Price2016-09-04 11:38:20 +0100
commit0abbdeb00826978f4595c53348f1e8312c78486f (patch)
tree55ac33d9c85058dcfceadfb3c0043a20ae3cff92 /PKGBUILD
parent1f10bba337f565c4c278a2470da5c0200e9d908b (diff)
downloadaur-0abbdeb00826978f4595c53348f1e8312c78486f.tar.gz
Add python2-semantic-version dependency
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')