summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfe6434c3e6..6dd339eaa30f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = home-assistant-hacs
- pkgdesc = Home Assistant Community Store
- pkgver = 1.33.0
+ pkgdesc = Manage and discover custom elements for Home Assistant directly from the UI
+ pkgver = 1.34.0
pkgrel = 1
url = https://hacs.xyz
arch = any
license = MIT
depends = home-assistant
- noextract = home-assistant-hacs-1.33.0.zip
- source = home-assistant-hacs-1.33.0.zip::https://github.com/hacs/integration/releases/download/1.33.0/hacs.zip
- sha512sums = 0e542a125e2340492b9792ba501e2c500fd3524d59b63e5c714b3f362a9c90871969452b3f15359d77cbf7a75d7e216986b301b740203dddde47e373303982e0
- b2sums = fbd5040b4771d183cd46e382c1bf9fb3a7846cb828d7736e2cd0495107f4551f3aed38a445e6b7696f4cef6dec926f682e5fbdb9ca82de54ae3ffe86182c2d8d
+ noextract = home-assistant-hacs-1.34.0.zip
+ source = home-assistant-hacs-1.34.0.zip::https://github.com/hacs/integration/releases/download/1.34.0/hacs.zip
+ sha512sums = 3852cb15dccd7b0a3438ba0d8a9e4ec9acd3f2d354b4a4238c1f3b7c136e1429d93e0612ed459d41ba5b22cc55e1620cd11a640ec0d8e4e6ba413f0cb1f044c0
+ b2sums = 033b169cdd176598294749f47e76aa6cc11c29712d9f4ef5fecdfb1032393ae6ea85f3ce81f10181f5305b1d404e0e276541fd955608592d249cd803c705db96
pkgname = home-assistant-hacs
diff --git a/PKGBUILD b/PKGBUILD
index 035c65edfc8b..45402e032a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=home-assistant-hacs
-pkgver=1.33.0
+pkgver=1.34.0
pkgrel=1
-pkgdesc='Home Assistant Community Store'
+pkgdesc='Manage and discover custom elements for Home Assistant directly from the UI'
arch=('any')
url='https://hacs.xyz'
license=('MIT')
depends=('home-assistant')
noextract=("$pkgname-$pkgver.zip")
source=("$pkgname-$pkgver.zip::https://github.com/hacs/integration/releases/download/$pkgver/hacs.zip")
-sha512sums=('0e542a125e2340492b9792ba501e2c500fd3524d59b63e5c714b3f362a9c90871969452b3f15359d77cbf7a75d7e216986b301b740203dddde47e373303982e0')
-b2sums=('fbd5040b4771d183cd46e382c1bf9fb3a7846cb828d7736e2cd0495107f4551f3aed38a445e6b7696f4cef6dec926f682e5fbdb9ca82de54ae3ffe86182c2d8d')
+sha512sums=('3852cb15dccd7b0a3438ba0d8a9e4ec9acd3f2d354b4a4238c1f3b7c136e1429d93e0612ed459d41ba5b22cc55e1620cd11a640ec0d8e4e6ba413f0cb1f044c0')
+b2sums=('033b169cdd176598294749f47e76aa6cc11c29712d9f4ef5fecdfb1032393ae6ea85f3ce81f10181f5305b1d404e0e276541fd955608592d249cd803c705db96')
package() {
local hacs_path="$pkgdir/var/lib/private/hass/custom_components/hacs"