[arch-commits] Commit in home-assistant/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Apr 23 21:41:04 UTC 2021


    Date: Friday, April 23, 2021 @ 21:41:04
  Author: jelle
Revision: 923399

upgpkg: home-assistant 2021.4.6-1

Modified:
  home-assistant/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 21:41:03 UTC (rev 923398)
+++ PKGBUILD	2021-04-23 21:41:04 UTC (rev 923399)
@@ -6,8 +6,8 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2021.4.4
-pkgrel=2
+pkgver=2021.4.6
+pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
 license=(APACHE)
@@ -51,17 +51,15 @@
   'python-dtlssocket: Ikea Tradfri integration'
   'python-lxml: Meteo France integration'
 )
-_tag=b5548c57fbab553ca72c224391b473f6228e928a
+_tag=5ee373869a59266142001b62a5067d56c22bfddf
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service
   home-assistant-astral2.2.patch
-  home-assistant-dhcp-component.patch
 )
 b2sums=('SKIP'
         '0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
-        '4458692cb10e0832c1b321b96d74d7dd7e5e0e9e9b23d420efec9e27e5b0f34ef33f64789b05fbc5ec49337002ad26b026079b939741bbf16869c52c9316ef34'
-        '17f86a3bf06e0aaafee8609fae5e5f8a4d54e75232fcc8af949f0d574be5d9f29b13040d5a3665d717380fd0d71125e1c9e0277ffaab142d9beaf122dd59df60')
+        '4458692cb10e0832c1b321b96d74d7dd7e5e0e9e9b23d420efec9e27e5b0f34ef33f64789b05fbc5ec49337002ad26b026079b939741bbf16869c52c9316ef34')
 
 pkgver() {
   cd home-assistant
@@ -71,7 +69,6 @@
 prepare() {
   cd home-assistant
   patch -Np1 -i ../home-assistant-astral2.2.patch
-  patch -Np1 -i ../home-assistant-dhcp-component.patch
   # lift hard dep constraints, we'll deal with breaking changes ourselves
   sed 's/==/>=/g' -i requirements.txt setup.py homeassistant/package_constraints.txt
   # allow pip >= 20.3 to be used



More information about the arch-commits mailing list