summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:59:27 +0200
committerDaniel Peukert2023-04-01 12:59:27 +0200
commit1e0188a2ecaaf7c57c7e2e17e63bc7998032126d (patch)
tree29c5a85b47dbeb2b6a9a1cbff7419717473c0f4e /PKGBUILD
parent58a4d016697adc285a0c32534f6409261249c371 (diff)
downloadaur-1e0188a2ecaaf7c57c7e2e17e63bc7998032126d.tar.gz
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ec58026b1ec..c77b445c8b94 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 - Readonly 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"
;;