1
0
Fork 0

Download source tar instead of git clone in PKGBUILD.

This commit is contained in:
Alexander Andreev 2022-10-18 22:26:37 +04:00
parent d29eb84c3f
commit 1021945108
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-files"
license=('MIT')
groups=()
depends=()
makedepends=('git' 'go')
makedepends=('go')
provides=('dwelling-files')
conflicts=('dwelling-files')
replaces=()
backup=()
options=()
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=()
md5sums=('SKIP')