summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2021-10-05 13:54:53 +0200
committerS Garnica2021-10-05 13:54:53 +0200
commit3dd06f268f3cfb71c5c8fb3e956bd669e8d2c1b5 (patch)
tree7e4db2999580af20faa605549ba2bb1289a8694c
parenta3f2e923be9da4292d79a81ef80dd655e5f0b158 (diff)
downloadaur-3dd06f268f3cfb71c5c8fb3e956bd669e8d2c1b5.tar.gz
Update to 1.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 813ef7b30e6e..eb8e71b9b397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 9.1.4
+ pkgver = 9.1.5
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-aioesphomeapi
depends = python-protobuf
depends = python-zeroconf
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v9.1.4.tar.gz
- sha256sums = 07030b2ac7f5e6907ecd329438c46beb69df6225e42eaa73329f3f1f5e48a4d3
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v9.1.5.tar.gz
+ sha256sums = 8bb417011dd08e478476ce82fa3b4c6920b87407b80ed64af708c6c34e4a8958
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 05ce1e4c7d73..fc9de5819dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=9.1.4
+pkgver=9.1.5
pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
@@ -12,7 +12,7 @@ depends=('python-setuptools'
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('07030b2ac7f5e6907ecd329438c46beb69df6225e42eaa73329f3f1f5e48a4d3')
+sha256sums=('8bb417011dd08e478476ce82fa3b4c6920b87407b80ed64af708c6c34e4a8958')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"