summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:59:43 +0200
committerDaniel Peukert2023-04-01 12:59:43 +0200
commit67af70f815fc9d0a56be518179be835c29e15c4c (patch)
treeab075f3b4dfc7631fee14dceac541ea7919a1b1f
parent327509400b091ee5216bacb0d5f82e7955799b4d (diff)
downloadaur-67af70f815fc9d0a56be518179be835c29e15c4c.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa1abad70257..a94314a50b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = mongodb-compass-readonly-git
epoch = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
- arch = i686
arch = armv7h
arch = aarch64
license = custom:SSPL
diff --git a/PKGBUILD b/PKGBUILD
index c88b25cb41f7..d95a92b53ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='r15468.g1dbe8415e'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - git version'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
_electronpkg='electron'
@@ -72,9 +72,6 @@ build() {
package() {
local _distFolder="$srcdir/$_sourcedirectory/packages/compass/dist/MongoDB Compass$_edition Dev-linux"
case "$CARCH" in
- i686)
- _distFolder="$_distFolder-ia32"
- ;;
armv7h)
_distFolder="$_distFolder-armv7l"
;;