summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxwell Pray2023-02-28 10:55:44 -0800
committerMaxwell Pray2023-02-28 10:55:44 -0800
commita4f6786b3f1ab73ba2e99781a7f5f05da5e96a47 (patch)
tree2f1e39f8bdf16dc718558a8f0744b8c7c56c71d4 /PKGBUILD
parenta24e663920e3a8e23938b70f385df773afafeb56 (diff)
downloadaur-home-assistant-restriction-card.tar.gz
Install to /var/lib/private/hass/www.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
}