summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2024-04-08 13:04:01 +0200
committerS Garnica2024-04-08 13:04:01 +0200
commit2b63d657bbfc74909a0cca9e1bce1d06942a55e9 (patch)
tree0b6c70f8176a31e7e0f4dbd1811d884f92a31465
parent11d581cedeb58994cae96d830ee690712d8728f5 (diff)
downloadaur-2b63d657bbfc74909a0cca9e1bce1d06942a55e9.tar.gz
Update to 23.1.1 and added missing dep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a2963c2ccc..7c23a6aa7cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 21.0.1
+ pkgver = 23.1.1
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
@@ -11,7 +11,8 @@ pkgbase = python-aioesphomeapi
depends = python-zeroconf
depends = python-chacha20poly1305-reuseable
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v21.0.1.tar.gz
- sha256sums = 85cdcf79d76c89b71c8eff1e0b5b2fe510d60f1e2987d1c3ab8377e2c82b3c4d
+ depends = python-aiohappyeyeballs
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v23.1.1.tar.gz
+ sha256sums = 2348220e0d83571ccd69abcdef4631279509d6e616345621c4e0cf0d104d7435
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 8701f2929347..b564f3a2b8b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=21.0.1
+pkgver=23.1.1
pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
@@ -10,11 +10,12 @@ depends=('python-setuptools'
'python-protobuf'
'python-zeroconf'
'python-chacha20poly1305-reuseable'
- 'python-noiseprotocol-git')
+ 'python-noiseprotocol-git'
+ 'python-aiohappyeyeballs')
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('85cdcf79d76c89b71c8eff1e0b5b2fe510d60f1e2987d1c3ab8377e2c82b3c4d')
+sha256sums=('2348220e0d83571ccd69abcdef4631279509d6e616345621c4e0cf0d104d7435')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"