aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Seux2018-02-17 18:09:25 +0100
committerGrégoire Seux2018-02-17 18:09:25 +0100
commitb5970f2570ce6b2433829f35156c6a20f5c5b0df (patch)
tree040dc5efed0e6e699a56b81e516777dc12c8190f
parentda34fce52ef576ac83e70d7e44160ab15b482b28 (diff)
downloadaur-b5970f2570ce6b2433829f35156c6a20f5c5b0df.tar.gz
Update to 0.63.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a91f77490b6..22ccb91f9304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = home-assistant
pkgdesc = Open-source home automation platform running on Python 3
- pkgver = 0.63
+ pkgver = 0.63.2
pkgrel = 1
url = https://home-assistant.io/
install = hass.install
@@ -27,12 +27,12 @@ pkgbase = home-assistant
optdepends = git: install component requirements from github
optdepends = net-tools: necessary for nmap discovery
replaces = python-home-assistant
- source = home-assistant-0.63.tar.gz::https://github.com/home-assistant/home-assistant/archive/0.63.tar.gz
+ source = home-assistant-0.63.2.tar.gz::https://github.com/home-assistant/home-assistant/archive/0.63.2.tar.gz
source = home-assistant.service
source = home-assistant.sysusers
source = home-assistant-tmpfile.conf
source = hass.install
- sha512sums = b93d0d33b2c2b3ce18e0d2f283f91138a86cfcb604fcb00cc944b59c9ad44da9b3ee82f492e70c12c113967d7ffcb8b9511d5f688eb9d6171b43aef30d6f6921
+ sha512sums = 59d9dda2228b826795030d3b0db7e55b8d24664c3d39ec95ae83ccc72d2ca69f7059e8d2f096199ae450c0ac6f20f3de8242e99f308cead6686b39ab4cd6763b
sha512sums = fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80
sha512sums = 100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b
sha512sums = 8babcf544c97ec5ad785014f0b0d5dca556a2f5157dadcbe83d49d4669b74f6349e274810ec9a028fcec208c6c8fbbe6b3899d2933b56163b9e506570879a3ad
diff --git a/PKGBUILD b/PKGBUILD
index a3bd0b2a68e4..fdcc2cab39ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname="home-assistant"
pkgdesc='Open-source home automation platform running on Python 3'
-pkgver=0.63
+pkgver=0.63.2
pkgrel=1
url="https://home-assistant.io/"
license=('APACHE')
@@ -23,7 +23,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/a
"home-assistant.sysusers"
"home-assistant-tmpfile.conf"
"hass.install")
-sha512sums=('b93d0d33b2c2b3ce18e0d2f283f91138a86cfcb604fcb00cc944b59c9ad44da9b3ee82f492e70c12c113967d7ffcb8b9511d5f688eb9d6171b43aef30d6f6921'
+sha512sums=('59d9dda2228b826795030d3b0db7e55b8d24664c3d39ec95ae83ccc72d2ca69f7059e8d2f096199ae450c0ac6f20f3de8242e99f308cead6686b39ab4cd6763b'
'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
'100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b'
'8babcf544c97ec5ad785014f0b0d5dca556a2f5157dadcbe83d49d4669b74f6349e274810ec9a028fcec208c6c8fbbe6b3899d2933b56163b9e506570879a3ad'
@@ -39,6 +39,8 @@ prepare() {
# typing package is a backport of standard library < 3.5
replace 'typing>=3,<4' '' setup.py
+ replace 'aiohttp>=2.3.10' 'aiohttp>=2.3.9' setup.py
+
echo Patching for home-assistant/home-assistant#11906
sed -i 's/from yarl import unquote/from yarl import URL/' homeassistant/components/http/static.py