summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhelm Savin2017-08-04 17:11:10 +1200
committerGuilhelm Savin2017-08-04 17:11:10 +1200
commit95fadd6882356c357e898aa430be3678d6cbd710 (patch)
tree8e1ff1ba2ca6c1d08c9bc8ccb3d90c206279cdb6 /PKGBUILD
parent9b03507a9db23891808abda5f2c51959759325a1 (diff)
downloadaur-95fadd6882356c357e898aa430be3678d6cbd710.tar.gz
Update to 3.4.1 and restrict pyserial version to <3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08ea43943b23..08c4a90193bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -19,13 +19,13 @@ depends=('python2'
'python2-click-5.1' # https://github.com/platformio/platformio/issues/349
'python2-colorama'
'python2-lockfile'
- 'python2-pyserial'
+ 'python2-pyserial<3.3' # https://github.com/platformio/platformio-core/commit/a37eb9868f3b20e982d0c3cd1a742fcb8ab60efc
'python2-requests'
'python2-semantic-version'
'python2-setuptools')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('1ab75d4a907c001d36c5773124862c4524c93c8a9551ad8c5c1f689b20b1328c')
+sha256sums=('dd202e7a18a2032999e304fe6ab6f6decc16541dfae5c25adc46768da1f1b730')
package() {
cd "$srcdir/platformio-core-$pkgver"