summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-20 09:17:29 +0200
committerHeiko Nickerl2018-06-20 09:17:29 +0200
commit28010498c2e10499b61f67d804730da4b37f47fd (patch)
treea45a00564596fb5eeb06f9b461db20069a3abe88
parent1a96f4fe6122d795c1bc5522516afed46f652ed6 (diff)
downloadaur-28010498c2e10499b61f67d804730da4b37f47fd.tar.gz
Make /etc/sodalite.conf a backed up file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a23ff39c83d0..f1c914a42613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = sodalite
depends = python-pygments
depends = xdg-utils
depends = python-watchdog
+ backup = etc/sodalite.conf
source = sodalite-0.12.0.tar.gz::https://github.com/hnicke/sodalite/archive/v0.12.0.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bea515cf20ea..a1d238b98d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-urwid' 'python-yaml'
'python-pyperclip' 'python-pygments' 'xdg-utils' 'python-watchdog')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz")
+backup=('etc/sodalite.conf')
md5sums=('SKIP')
install=sodalite.install