summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-11-27 21:47:44 +0100
committerS Garnica2023-11-27 21:47:44 +0100
commit0aa1b9631698f5d7ee46d593afa69db0a79a22af (patch)
treeae47bdacab2f0ad92d463265a91036cff109e1ad
parent194f20c29dfa9a1b5138b1bf6ad255d869c31720 (diff)
downloadaur-0aa1b9631698f5d7ee46d593afa69db0a79a22af.tar.gz
Update to 2023.11.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e37e4060419..9e3eac1ef17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = esphomeyaml
pkgdesc = Solution for your ESP8266/ESP32 projects with Home Assistant
- pkgver = 2023.11.3
+ pkgver = 2023.11.4
pkgrel = 1
url = https://github.com/esphome/ESPHome
arch = any
@@ -18,12 +18,12 @@ pkgbase = esphomeyaml
depends = python-pyaes
depends = python-ecdsa
depends = python-argcomplete
- depends = platformio
+ depends = platformio-core
depends = esptool
depends = python-aioesphomeapi
optdepends = python-esphome-dashboard: esphome dashboard addition
replaces = esphomeyaml
- source = https://github.com/esphome/ESPHome/archive/2023.11.3.tar.gz
- sha256sums = 2e8ec7d2bc0effef3735864c0c82fa4ec36c66c3cd316a58b6516df435cb087c
+ source = https://github.com/esphome/ESPHome/archive/2023.11.4.tar.gz
+ sha256sums = 35648c06e9c0d4e83fde6271d8ff06bc85111b20f317b3fb798e39394fb51e8b
pkgname = esphome
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}"