summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2021-07-22 16:45:16 +0200
committerS Garnica2021-07-22 16:45:16 +0200
commitbf55490b2d05469f38eb3aeaaa2b181d55392d84 (patch)
tree35c40bb9bf5f440771edf06684d41600379ba042 /PKGBUILD
parentfc1846b49da7e05f5c83a7893e33badb3c55dd7e (diff)
downloadaur-bf55490b2d05469f38eb3aeaaa2b181d55392d84.tar.gz
Added python-esphome-dashboard as optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dd6897e8475..64f881a7217f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=esphomeyaml
pkgname=esphome
pkgver=1.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
depends=('python-setuptools'
@@ -20,6 +20,7 @@ depends=('python-setuptools'
'python-ecdsa'
'platformio'
'esptool')
+optdepends=('python-esphome-dashboard: esphome dashboard addition')
license=('MIT')
arch=('any')
replaces=('esphomeyaml')