summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Richter2018-07-12 21:28:37 +0200
committerMarkus Richter2018-07-12 21:28:37 +0200
commit8c475f21c75f5b51f4a1db7e036ffc5a8e4562f5 (patch)
treec3fad675bcd0c1fd469be78609850a52c247d4fd /PKGBUILD
parent616ad5ad7b2ef21f3ff2c419743ef157449d2456 (diff)
downloadaur-8c475f21c75f5b51f4a1db7e036ffc5a8e4562f5.tar.gz
added etc/bitwarden_rs.env to the backup array (will generate .pacnew files)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43aeccf3657e..60dade876f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('openssl')
provides=("$_pkgbase" "${_pkgbase}-vault")
conflicts=("$_pkgbase" "${_pkgbase}-git" "${_pkgbase}-vault")
replaces=()
-backup=()
+backup=('etc/bitwarden_rs.env')
options=()
install=bitwarden_rs.install
source=('git+https://github.com/dani-garcia/bitwarden_rs.git'