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

Maxime Gauduin alucryd at archlinux.org
Sun Sep 8 18:32:17 UTC 2019


    Date: Sunday, September 8, 2019 @ 18:32:17
  Author: alucryd
Revision: 509008

upgpkg: home-assistant 0.98.5-1

Modified:
  home-assistant/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 17:21:15 UTC (rev 509007)
+++ PKGBUILD	2019-09-08 18:32:17 UTC (rev 509008)
@@ -6,8 +6,8 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.98.1
-pkgrel=2
+pkgver=0.98.5
+pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
 license=(APACHE)
@@ -42,7 +42,7 @@
   'python-lxml: Meteo France integration'
 )
 source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=d1219d0b41fc1231e1525d22a23949727deef78e
+  git+https://github.com/home-assistant/home-assistant.git#tag=c07227a53f59f6645d14854cf4b7cbd53770271e
   home-assistant.service
   home-assistant.sysusers
   home-assistant.tmpfiles
@@ -54,6 +54,12 @@
   f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
 )
 
+pkgver() {
+  cd home-assistant
+
+  git describe --tags
+}
+
 prepare() {
   cd home-assistant
 



More information about the arch-commits mailing list