summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-23 00:32:51 +0200
committerDaniel Peukert2023-08-23 00:32:51 +0200
commitedbbae528971b0e0cd7ba5c9a0e713cf3f264afe (patch)
tree4a1ad0fffca0c4d1157873298bf4509679fe3519
parentd15e844881e35db5528b839fb770c415eaa87475 (diff)
downloadaur-edbbae528971b0e0cd7ba5c9a0e713cf3f264afe.tar.gz
Update mongodb-compass to 1.39.2
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0ff7c3ff520..97b4636836bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,12 +41,7 @@ prepare() {
sed -E -i 's|(.*)("electron": ")|\1"electron-to-chromium": "'"$(npm view 'electron-to-chromium@latest' version)"'",\n\1\2|' 'packages/compass/package.json'
# Use a fork of os-dns-native (as there are issues with the path not being in the main node_modules directory, a local copy is not used)
- if [[ "$_target" =~ -beta$ ]]; then
- sed -E -i "s|(.*)\"os-dns-native\": \".*\",|\1\"os-dns-native\": \"dpeukert/os-dns-native\",|" 'packages/compass/package.json'
- else
- sed -E -i "s|(.*)\"os-dns-native\": \".*\",|\1\"os-dns-native\": \"dpeukert/os-dns-native\",|" 'packages/'{'compass','connection-model'}'/package.json'
- fi
-
+ sed -E -i "s|(.*)\"os-dns-native\": \".*\",|\1\"os-dns-native\": \"dpeukert/os-dns-native\",|" 'packages/compass/package.json'
patch --forward -p1 < "$srcdir/hadron-build-os-dns-native.diff"
# Don't use the bundled ffmpeg