summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-26 20:18:22 +0100
committerDaniel Peukert2024-02-26 20:18:22 +0100
commita6bfe645dc999c527c580cb21ca34d81280649ec (patch)
treecd57b869cf8aa012fe34eca9a19c04dd45c84fa2
parenta1b8fbf0efff169f90bc7f4f4d90a627fd29e34d (diff)
downloadaur-a6bfe645dc999c527c580cb21ca34d81280649ec.tar.gz
Add compas config file to backup array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 239a9f08d355..ddca53ce6951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = mongodb-compass-readonly-git
optdepends = org.freedesktop.secrets
provides = mongodb-compass-readonly
conflicts = mongodb-compass-readonly
+ backup = etc/mongodb-compass.conf
source = mongodb-compass-readonly-git::git+https://github.com/mongodb-js/compass
source = hadron-build-ffmpeg.diff
source = fix-argv.diff
diff --git a/PKGBUILD b/PKGBUILD
index 2eeca97cf1c1..3e52b66fb4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ makedepends=('git' 'npm>=8.19.4' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')
provides=("$_pkgname")
conflicts=("$_pkgname")
+backup=('etc/mongodb-compass.conf')
source=(
"$pkgname::git+https://github.com/mongodb-js/compass"
'hadron-build-ffmpeg.diff'