From c4710c22f87b345f8d1903016f9b77cef7cfed65 Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 1 Sep 2021 13:55:48 +0500 Subject: [PATCH] Fix config ext in PKGBUILD --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ce3d7ed..d88fa7d 100644 --- a/PKGBUILD +++ b/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')