Update repository URLs in PKGBUILD for consistency
This commit is contained in:
parent
251940c36a
commit
7b2cd44fcb
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@ pkgver=r3.b46e0db
|
|||
pkgrel=1
|
||||
pkgdesc="Home assistant utility"
|
||||
arch=(any)
|
||||
url="https://git.edgarpierre.fr/edpibu/hasspy"
|
||||
url="https://code.edgarpierre.fr/edpibu/hasspy"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('python-paho-mqtt' 'python-pillow')
|
||||
makedepends=('git' 'uv' 'python-installer') # 'bzr', 'git', 'mercurial' or 'subversion'
|
||||
|
@ -17,7 +17,7 @@ backup=("etc/hasspy/config.toml")
|
|||
source=('FOLDER::VCS+URL#FRAGMENT')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
source=("git+https://git.edgarpierre.fr/edpibu/hasspy.git")
|
||||
source=("git+https://code.edgarpierre.fr/edpibu/hasspy.git")
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir/${pkgname%-git}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue