summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-26 20:17:36 +0100
committerDaniel Peukert2024-02-26 20:17:36 +0100
commit685dea9e18224b35a4aee9195af25cd125330442 (patch)
tree75140211b59d57c549c5ccebdf591091e4827b9f
parent7c163da0458924047aa77d453236877df5462342 (diff)
downloadaur-685dea9e18224b35a4aee9195af25cd125330442.tar.gz
Add compas config file to backup array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff3216cf725f..086a24822ca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = mongodb-compass-isolated-beta
depends = lsb-release
depends = nodejs>=16.15.1
optdepends = org.freedesktop.secrets
+ backup = etc/mongodb-compass.conf
source = mongodb-compass-isolated-beta-1.42.2.beta.4.tar.gz::https://github.com/mongodb-js/compass/archive/v1.42.2-beta.4.tar.gz
source = hadron-build-ffmpeg.diff
source = fix-argv.diff
diff --git a/PKGBUILD b/PKGBUILD
index e316ba9b4d71..935631dc0700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,12 @@ pkgdesc='The official GUI for MongoDB - Isolated Edition - beta version'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('SSPL-1.0')
+
_electronpkg='electron28'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release' 'nodejs>=16.15.1')
makedepends=('git' 'npm>=8.19.4' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')
+backup=('etc/mongodb-compass.conf')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"
'hadron-build-ffmpeg.diff'