summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hills2022-12-16 08:18:40 +1300
committerJesse Hills2022-12-16 08:18:40 +1300
commit9d0659c6595e7bfc59ba2a006dd59b5b1f46afb3 (patch)
tree13be6738b77c3afe5bed37212ca80f7677a4049c
parent43e1cd5c50ea100fbcc99f29d4f8dbdd8dbea898 (diff)
downloadaur-9d0659c6595e7bfc59ba2a006dd59b5b1f46afb3.tar.gz
Update to 13.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61c6c5e7e2d2..a6038784787c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioesphomeapi
pkgdesc = Python Client for ESPHome native API. Used by Home Assistant.
- pkgver = 11.4.3
+ pkgver = 13.0.1
pkgrel = 1
url = https://github.com/esphome/aioesphomeapi
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-aioesphomeapi
depends = python-protobuf
depends = python-zeroconf
depends = python-noiseprotocol-git
- source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v11.4.3.tar.gz
- sha256sums = 990a9d46c7b2ad4b583c8f9491be0077ffcd47f1debd8daf7cbbb22b905c8f41
+ source = https://github.com/esphome/aioesphomeapi/archive/refs/tags/v13.0.1.tar.gz
+ sha256sums = 68b245f86a5a885a528abc3f7bbc720e5b25e0323b497cb56bcb3cdd07d25a2a
pkgname = python-aioesphomeapi
diff --git a/PKGBUILD b/PKGBUILD
index 61e158bf27ef..487768c6db56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: sgar < swhaat at github >
pkgname=python-aioesphomeapi
-pkgver=11.4.3
+pkgver=13.0.1
pkgrel=1
pkgdesc="Python Client for ESPHome native API. Used by Home Assistant."
url="https://github.com/esphome/aioesphomeapi"
@@ -13,7 +13,7 @@ depends=('python-setuptools'
license=('MIT')
arch=('any')
source=("https://github.com/esphome/aioesphomeapi/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('990a9d46c7b2ad4b583c8f9491be0077ffcd47f1debd8daf7cbbb22b905c8f41')
+sha256sums=('68b245f86a5a885a528abc3f7bbc720e5b25e0323b497cb56bcb3cdd07d25a2a')
prepare() {
cd "$srcdir/aioesphomeapi-${pkgver}"
@@ -29,4 +29,3 @@ package() {
cd "$srcdir/aioesphomeapi-${pkgver}"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-