summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-11-27 21:47:44 +0100
committerS Garnica2023-11-27 21:47:44 +0100
commit0aa1b9631698f5d7ee46d593afa69db0a79a22af (patch)
treeae47bdacab2f0ad92d463265a91036cff109e1ad /PKGBUILD
parent194f20c29dfa9a1b5138b1bf6ad255d869c31720 (diff)
downloadaur-0aa1b9631698f5d7ee46d593afa69db0a79a22af.tar.gz
Update to 2023.11.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4e5d4eedff6..7d29dd511658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=esphomeyaml
pkgname=esphome
-pkgver=2023.11.3
+pkgver=2023.11.4
pkgrel=1
pkgdesc="Solution for your ESP8266/ESP32 projects with Home Assistant"
url="https://github.com/esphome/ESPHome"
@@ -19,7 +19,7 @@ depends=('python-setuptools'
'python-pyaes'
'python-ecdsa'
'python-argcomplete'
- 'platformio'
+ 'platformio-core'
'esptool'
'python-aioesphomeapi')
optdepends=('python-esphome-dashboard: esphome dashboard addition')
@@ -27,7 +27,7 @@ license=('MIT')
arch=('any')
replaces=('esphomeyaml')
source=("https://github.com/esphome/ESPHome/archive/${pkgver}.tar.gz")
-sha256sums=('2e8ec7d2bc0effef3735864c0c82fa4ec36c66c3cd316a58b6516df435cb087c')
+sha256sums=('35648c06e9c0d4e83fde6271d8ff06bc85111b20f317b3fb798e39394fb51e8b')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"