Update package version and fix backup path in PKGBUILD
This commit is contained in:
parent
b46e0dbad1
commit
e8558af260
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# Maintainer: edpibu <git@edgarpierre.fr>
|
# Maintainer: edpibu <git@edgarpierre.fr>
|
||||||
pkgname=hasspy-git
|
pkgname=hasspy-git
|
||||||
pkgver=2025.3.0
|
pkgver=r3.b46e0db
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Home assistant utility"
|
pkgdesc="Home assistant utility"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -20,7 +20,7 @@ makedepends=('git' 'uv' 'python-installer') # 'bzr', 'git', 'mercurial' or 'subv
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=("/etc/hasspy/config.toml")
|
backup=("etc/hasspy/config.toml")
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=
|
||||||
source=('FOLDER::VCS+URL#FRAGMENT')
|
source=('FOLDER::VCS+URL#FRAGMENT')
|
||||||
|
|
Loading…
Add table
Reference in a new issue