summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2017-03-19 00:51:49 +0200
committerDan Elkouby2017-03-19 00:51:49 +0200
commit6be3d59ab93b2f5b003ffdd47f99fc6b6a7e9f76 (patch)
tree848e1c679b4d7358eaaa2a9df68f584babe6f0ae /PKGBUILD
parent9ddc4f11845a3ea3aae6e18df3736546bda0dff1 (diff)
downloadaur-6be3d59ab93b2f5b003ffdd47f99fc6b6a7e9f76.tar.gz
Wrong extension on the config file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2103e95f3b38..db60be540aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-attrs' 'python-toml')
source=("git+https://github.com/Streetwalrus/metalfan.git")
sha256sums=('SKIP')
-backup=('etc/metalfan.conf')
+backup=('etc/metalfan.toml')
pkgver() {
cd "${srcdir}/metalfan"