fix PKGBUILD URLs
This commit is contained in:
parent
a8e02ddcd3
commit
d0c9ea6aa4
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -5,10 +5,10 @@ pkgver=r1.000000
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc=""
|
pkgdesc=""
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://git.aggregate.cz/decadic/safe-harbor"
|
url="https://git.decade.cz/decadic/safe-harbor"
|
||||||
license=("GPL-3")
|
license=("GPL-3")
|
||||||
depends=("python")
|
depends=("python")
|
||||||
source=("$pkgname::git+https://git.aggregate.cz/decadic/safe-harbor.git")
|
source=("$pkgname::git+https://git.decade.cz/decadic/safe-harbor.git")
|
||||||
sha256sums=("SKIP")
|
sha256sums=("SKIP")
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue