summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7935dedf90af..bc3ee5b79299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = etcetera
pkgdesc = Simple command line tool to keep track of changes to config files of a linux system
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jeancf/etcetera
arch = x86_64
arch = armv6h
license = GPL3
depends = python
+ backup = etc/etcetera.conf
source = https://github.com/jeancf/etcetera/archive/v0.5.tar.gz
md5sums = abe3a1ef2b13a7ef1cac2b52a79ba4e0
diff --git a/PKGBUILD b/PKGBUILD
index 15424aeeed6f..49b49aa19668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JC Francois <jc.francois@gmail.com>
pkgname=etcetera
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Simple command line tool to keep track of changes to config files of a linux system"
arch=("x86_64" "armv6h")
url="https://github.com/jeancf/etcetera"
@@ -10,6 +10,7 @@ depends=("python")
optdepends=()
options=()
source=("https://github.com/jeancf/etcetera/archive/v${pkgver}.tar.gz")
+backup=("etc/etcetera.conf")
md5sums=('abe3a1ef2b13a7ef1cac2b52a79ba4e0')
package() {