1
0
Fork 0

Changed version. And fixed backup config path.

This commit is contained in:
Alexander Andreev 2022-02-08 23:59:47 +04:00
parent 7c9ad434cb
commit 0293c4e007
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=dwelling-upload
pkgver=0.0.1
pkgver=1.0.0
pkgrel=1
pkgdesc="Arav's Dwelling / Upload"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -9,7 +9,7 @@ license=('MIT')
source=('git+https://git.arav.top/Arav/dwelling-upload.git')
md5sums=('SKIP')
makedepends=('go')
backup=('etc/config.yaml')
backup=('etc/dwelling-upload/config.yaml')
build() {
cd "$srcdir/$pkgname"