aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Skinner2019-01-01 20:14:01 -0600
committerEthan Skinner2019-01-01 20:14:01 -0600
commit236dc588dc05d8354ee34f24d58051c98cc5f5a2 (patch)
tree2b40fec1e7ae1b256afb70633a2ddc256b16a5e9
parentc1e7a4d5b2d427a9b8e3ea35d9209761a9a2a2e6 (diff)
downloadaur-236dc588dc05d8354ee34f24d58051c98cc5f5a2.tar.gz
Comment instead of echo for patch note
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea8c396f612..7fc9a7bebb67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = home-assistant
pkgdesc = Open-source home automation platform running on Python 3
pkgver = 0.84.6
- pkgrel = 1
+ pkgrel = 2
url = https://home-assistant.io/
install = hass.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index baf81adced14..f3d787f50af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=home-assistant
pkgdesc='Open-source home automation platform running on Python 3'
pkgver=0.84.6
-pkgrel=1
+pkgrel=2
url="https://home-assistant.io/"
license=('APACHE')
arch=('any')
@@ -59,7 +59,7 @@ prepare() {
# TODO remove in future versions https://github.com/home-assistant/home-assistant/issues/9525
replace '==' '>=' setup.py
- echo Patching for home-assistant/home-assistant#11906
+ # Patches for https://github.com/home-assistant/home-assistant/issues/11906
sed -i 's/from yarl import unquote/from yarl import URL/' homeassistant/components/http/static.py
sed -i "s/unquote(request.match_info\['filename'\])/URL(request.match_info['filename'], encoded=True).path/" homeassistant/components/http/static.py
}