summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2024-04-09 21:20:03 +0200
committerS Garnica2024-04-09 21:20:03 +0200
commit33a3e0c57aa6baf34e5bb26ba46211168acb4a46 (patch)
treedf98ca046095da311b759f97c56b7680ef66a1a0
parent2b63d657bbfc74909a0cca9e1bce1d06942a55e9 (diff)
downloadaur-33a3e0c57aa6baf34e5bb26ba46211168acb4a46.tar.gz
Updated deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c23a6aa7cf0..99d9f3041c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
pkgver = 23.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/esphome/aioesphomeapi
arch = any
license = MIT
depends = python-setuptools
- depends = python-cryptography
+ depends = python-aiohappyeyeballs
+ depends = python-async_interrupt
depends = python-protobuf
depends = python-zeroconf
depends = python-chacha20poly1305-reuseable
+ depends = python-cryptography
depends = python-noiseprotocol-git
- depends = python-aiohappyeyeballs
source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v23.1.1.tar.gz
sha256sums = 2348220e0d83571ccd69abcdef4631279509d6e616345621c4e0cf0d104d7435
diff --git a/PKGBUILD b/PKGBUILD
index b564f3a2b8b4..295102453a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
pkgname=python-aioesphomeapi
pkgver=23.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
depends=('python-setuptools'
- 'python-cryptography'
+ 'python-aiohappyeyeballs'
+ 'python-async_interrupt'
'python-protobuf'
'python-zeroconf'
'python-chacha20poly1305-reuseable'
+ 'python-cryptography'
'python-noiseprotocol-git'
- 'python-aiohappyeyeballs')
+)
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")