summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2024-01-09 17:33:47 +0100
committerS Garnica2024-01-09 17:33:47 +0100
commit11d581cedeb58994cae96d830ee690712d8728f5 (patch)
treeb44a6b9d9923e1a1f809fe4ca6fe5d20875cc53e
parent9b8dba6b5e4dd9decbcd162c11d902bd2804dbfa (diff)
downloadaur-11d581cedeb58994cae96d830ee690712d8728f5.tar.gz
Update to 21.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e383133cecc..a7a2963c2ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 18.5.2
- pkgrel = 2
+ pkgver = 21.0.1
+ pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-aioesphomeapi
depends = python-zeroconf
depends = python-chacha20poly1305-reuseable
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v18.5.2.tar.gz
- sha256sums = ef73c55c46ea11aa9ce6edce9eef04f68d358acb16f6329377243caaa9a06d94
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v21.0.1.tar.gz
+ sha256sums = 85cdcf79d76c89b71c8eff1e0b5b2fe510d60f1e2987d1c3ab8377e2c82b3c4d
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index efd2dc6f7616..8701f2929347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=18.5.2
-pkgrel=2
+pkgver=21.0.1
+pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
depends=('python-setuptools'
@@ -14,7 +14,7 @@ depends=('python-setuptools'
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ef73c55c46ea11aa9ce6edce9eef04f68d358acb16f6329377243caaa9a06d94')
+sha256sums=('85cdcf79d76c89b71c8eff1e0b5b2fe510d60f1e2987d1c3ab8377e2c82b3c4d')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"