[arch-commits] Commit in home-assistant/trunk (PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Tue Jul 13 18:34:28 UTC 2021
Date: Tuesday, July 13, 2021 @ 18:34:28
Author: kpcyrd
Revision: 976868
upgpkg: home-assistant 2021.5.3-2 - PYTHONHASHSEED=0
Modified:
home-assistant/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-13 18:26:56 UTC (rev 976867)
+++ PKGBUILD 2021-07-13 18:34:28 UTC (rev 976868)
@@ -7,7 +7,7 @@
pkgname=home-assistant
pkgdesc='Open source home automation that puts local control and privacy first'
pkgver=2021.5.3
-pkgrel=1
+pkgrel=2
arch=(any)
url=https://home-assistant.io/
license=(APACHE)
@@ -74,6 +74,7 @@
build() {
cd home-assistant
+ export PYTHONHASHSEED=0
python setup.py build
}
More information about the arch-commits
mailing list