summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSGar2019-07-15 09:58:16 +0200
committerSGar2019-07-15 09:58:16 +0200
commit3023295e32376902c35bf60edc0310f3203a3fe3 (patch)
tree1c5430ebd92045a29ec79b6511a6fcbd4bf11485 /PKGBUILD
parentb3a4b1ceeea59044471868ca0548f7b5b0d68800 (diff)
downloadaur-3023295e32376902c35bf60edc0310f3203a3fe3.tar.gz
Use platformio as dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19b258e989bd..2bb9235f8ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=esphomeyaml
pkgname=esphome
pkgver=1.13.6
-pkgrel=1
+pkgrel=2
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
depends=('python-setuptools'
@@ -18,7 +18,7 @@ depends=('python-setuptools'
'python-ifaddr'
'python-pyaes'
'python-ecdsa'
- 'platformio-git'
+ 'platformio'
'esptool-git')
license=('MIT')
arch=('any')