summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjrudess2017-10-29 08:00:58 -0700
committerjrudess2017-10-29 08:00:58 -0700
commitd96f971995d60375bce711cdfc0c3b546c24eb2c (patch)
tree914fb391666d703d39fb32b4caa80a9a40eb2e2b /PKGBUILD
parente3440e8a0b2e38efd6cab683248dac507af819d9 (diff)
downloadaur-d96f971995d60375bce711cdfc0c3b546c24eb2c.tar.gz
Add levd.cfg to backup list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad5f845f192..4bf93931c6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jordan Rudess <jrudess@gmail.com>
pkgname=levd-git
pkgver=r2.fc66618
-pkgrel=3
+pkgrel=4
pkgdesc="Daemon to control NZXT Kraken x61"
arch=('i686' 'x86_64')
url="https://github.com/RBlafford/levd"
@@ -9,6 +9,7 @@ license=('MIT')
makedepends=('git' 'cmake' 'google-glog' 'yaml-cpp' 'boost')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
+backup=("etc/leviathan/levd.cfg")
install=
source=('git://github.com/RBlafford/levd.git')
md5sums=('SKIP')