summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b6df6725399..52a50203a2f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = home-assistant-circadian_lighting
pkgdesc = Custom component for Home Assistant, to adjust lights based on daylight
- pkgver = 1.0.13
- pkgrel = 2
+ pkgver = 2.1.3
+ pkgrel = 1
url = https://github.com/claytonjn/hass-circadian_lighting
arch = any
license = Apache-2.0
depends = home-assistant
- source = home-assistant-circadian_lighting-1.0.13::https://github.com/claytonjn/hass-circadian_lighting/archive/1.0.13.tar.gz
- sha512sums = c89885f39d16e05ee6c77769f7c759d069a2a3e72e16f78c56fdd8e370c0c3447f84b220e1e49649c5894c9df86d1a5e6b2b62cd43d5d7892b72630423d3c00f
+ source = home-assistant-circadian_lighting-2.1.3::https://github.com/claytonjn/hass-circadian_lighting/archive/2.1.3.tar.gz
+ sha512sums = 26abb520ccf7674cba021b350294107524eeeca13768c0a57b25553e13c92a3d75fe99108f0fd19ec4d1f4a78ae1bb068e61c35aba22bcbc7b021dfa04f15210
pkgname = home-assistant-circadian_lighting
-
diff --git a/PKGBUILD b/PKGBUILD
index 4c847e58b89f..b5ea69d4c8cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=hass-circadian_lighting
pkgname=home-assistant-circadian_lighting
-pkgver=1.0.13
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
pkgdesc="Custom component for Home Assistant, to adjust lights based on daylight"
arch=(any)
url="https://github.com/claytonjn/hass-circadian_lighting"
license=("Apache-2.0")
depends=("home-assistant")
source=("$pkgname-$pkgver::https://github.com/claytonjn/hass-circadian_lighting/archive/${pkgver}.tar.gz")
-sha512sums=('c89885f39d16e05ee6c77769f7c759d069a2a3e72e16f78c56fdd8e370c0c3447f84b220e1e49649c5894c9df86d1a5e6b2b62cd43d5d7892b72630423d3c00f')
+sha512sums=('26abb520ccf7674cba021b350294107524eeeca13768c0a57b25553e13c92a3d75fe99108f0fd19ec4d1f4a78ae1bb068e61c35aba22bcbc7b021dfa04f15210')
package() {