Download source tar instead of git clone in PKGBUILD.
This commit is contained in:
parent
d29eb84c3f
commit
1021945108
@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-files"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
groups=()
|
groups=()
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=('git' 'go')
|
makedepends=('go')
|
||||||
provides=('dwelling-files')
|
provides=('dwelling-files')
|
||||||
conflicts=('dwelling-files')
|
conflicts=('dwelling-files')
|
||||||
replaces=()
|
replaces=()
|
||||||
backup=()
|
backup=()
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=
|
||||||
source=('dwelling-files::git+https://git.arav.top/Arav/dwelling-files.git')
|
source=('https://git.arav.top/Arav/dwelling-files/archive/22.42.0.tar.gz')
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user