Fix config ext in PKGBUILD

This commit is contained in:
nxshock 2021-09-01 13:55:48 +05:00 committed by GitHub
parent 66c7df7793
commit c4710c22f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ license=('GPL')
url="https://github.com/nxshock/$pkgname" url="https://github.com/nxshock/$pkgname"
makedepends=('go' 'git') makedepends=('go' 'git')
options=('!strip') options=('!strip')
backup=("etc/$pkgname.toml") backup=("etc/$pkgname.conf")
source=("git+https://github.com/nxshock/$pkgname.git") source=("git+https://github.com/nxshock/$pkgname.git")
sha256sums=('SKIP') sha256sums=('SKIP')