summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38bbc991841..59cf1fe233a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = mongodb-compass-isolated
pkgrel = 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 c3a69ba6f776..dcb0176cc8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgver='1.36.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
_electronpkg='electron'
@@ -63,9 +63,6 @@ build() {
package() {
local _distFolder="$srcdir/$_sourcedirectory/packages/compass/dist/MongoDB Compass$_edition-linux"
case "$CARCH" in
- i686)
- _distFolder="$_distFolder-ia32"
- ;;
armv7h)
_distFolder="$_distFolder-armv7l"
;;