summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxr19982023-02-03 18:36:47 +0100
committerMaxr19982023-02-03 18:36:47 +0100
commitd444b034ace4edddb88a0f4a1322a31810a96771 (patch)
tree6a1d95445961f6ef0c70a49e25018a411de88a2c /PKGBUILD
parent98ec968de412fb0b1670839c24ba69f175c6f6e7 (diff)
downloadaur-python-homeassistant-cli.tar.gz
Update to 0.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 982f0003b13a..f2eb68c5b091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=homeassistant-cli
pkgname=python-homeassistant-cli
-pkgver=0.9.4
+pkgver=0.9.6
pkgrel=1
pkgdesc='Command-line tool for Home Assistant'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-requests' 'python-netdisco' 'python-click' 'python-cli
makedepends=('python-build' 'python-installer' 'python-wheel')
conflicts=('home-assistant-cli')
source=("https://files.pythonhosted.org/packages/source/h/homeassistant-cli/$_name-$pkgver.tar.gz")
-sha256sums=("4e74591d6400c7b1ba93e8967d39ce00c2789523508406c6cbc8fd712ff6710e")
+sha256sums=("9b9b705eaf6ee40dc6a732f3458c78ba37b62b7330bc17b132e6fee385ec8606")
build() {
cd $_name-$pkgver