summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac59e4246e6c..0c517b11b6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 18 22:50:07 UTC 2017
+# Sat Mar 18 22:51:29 UTC 2017
pkgbase = metalfan-git
pkgdesc = Fan control script
pkgver = 20170319.3ab1274
@@ -10,7 +10,7 @@ pkgbase = metalfan-git
depends = python
depends = python-attrs
depends = python-toml
- backup = etc/metalfan.conf
+ backup = etc/metalfan.toml
source = git+https://github.com/Streetwalrus/metalfan.git
sha256sums = SKIP
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"