summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell Pray2023-02-28 10:55:44 -0800
committerMaxwell Pray2023-02-28 10:55:44 -0800
commita4f6786b3f1ab73ba2e99781a7f5f05da5e96a47 (patch)
tree2f1e39f8bdf16dc718558a8f0744b8c7c56c71d4
parenta24e663920e3a8e23938b70f385df773afafeb56 (diff)
downloadaur-a4f6786b3f1ab73ba2e99781a7f5f05da5e96a47.tar.gz
Install to /var/lib/private/hass/www.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c1961a66ef6..97884987a857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = home-assistant-restriction-card
pkgdesc = A card to provide restrictions on Lovelace cards defined within.
pkgver = 1.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iantrich/restriction-card
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 08e21f17d993..1bfd9f35c29f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=home-assistant-restriction-card
pkgver=1.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="A card to provide restrictions on Lovelace cards defined within."
arch=(any)
url="https://github.com/iantrich/restriction-card"
@@ -11,5 +11,5 @@ source=("https://github.com/iantrich/restriction-card/releases/download/$pkgver/
sha256sums=("a134c8d1c05e02f93a5d634fa404d21ab6545dfefc37dc730e6b784447a3f4a1")
package() {
- install -Dm 644 "$srcdir/restriction-card.js" "$pkgdir/var/lib/hass/www/restriction-card.js"
+ install -Dm 644 "$srcdir/restriction-card.js" "$pkgdir/var/lib/private/hass/www/restriction-card.js"
}