summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSGar2019-06-25 14:07:20 +0200
committerSGar2019-06-25 14:07:20 +0200
commit82b0d067974e2af0ae7c9418f1edfc074bdb5c0d (patch)
treee7082cc629cced393ba2eae3ff92183e8ef23e3e /PKGBUILD
parent403eda4aa7deacb00662e7075fa9001d9167a54f (diff)
downloadaur-82b0d067974e2af0ae7c9418f1edfc074bdb5c0d.tar.gz
Update python-click dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da16ccd6caad..692400da0b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=platformio-git
_pkgname=platformio-core
-pkgver=v3.6.4.r31.g31d4706a
+pkgver=v3.6.7.r280.g2c3d8ce6
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('python-setuptools'
'python-arrow'
'python-bottle'
- 'python-click-5.1'
+ 'python-click'
'python-colorama'
'python-lockfile'
'python-pyserial'