1
0
Fork 0

Fixed url and '' replaced with "" for ${pkgver} to work.

This commit is contained in:
Alexander Andreev 2023-05-02 17:28:21 +04:00
parent 23d7fd882c
commit 5f419d7dd8
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ makedepends=('go>=1.17')
provides=('dwelling-upload')
conflicts=('dwelling-upload')
backup=('etc/dwelling/upload.yaml')
source=('https://git.arav.top/Arav/dwelling-upload/archive/v${pkgver}.tar.gz')
source=("https://git.arav.su/Arav/dwelling-upload/archive/v${pkgver}.tar.gz")
md5sums=('SKIP')
build() {