mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-01 00:03:35 +05:00
Fix config ext in PKGBUILD
This commit is contained in:
parent
66c7df7793
commit
c4710c22f8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ license=('GPL')
|
|||
url="https://github.com/nxshock/$pkgname"
|
||||
makedepends=('go' 'git')
|
||||
options=('!strip')
|
||||
backup=("etc/$pkgname.toml")
|
||||
backup=("etc/$pkgname.conf")
|
||||
source=("git+https://github.com/nxshock/$pkgname.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue