summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:58:55 +0200
committerDaniel Peukert2023-04-01 12:58:55 +0200
commitcae02090a7a1ce0b612efbe4958d5d4a40c30282 (patch)
tree36e753a0c8be7ad1a7b4e21fffcf881c8cff953e
parent53a480dc6aa90cc2e15bd609dbe586879c7c7531 (diff)
downloadaur-cae02090a7a1ce0b612efbe4958d5d4a40c30282.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 0a05f4d4b3a1..663e792755b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = mongodb-compass-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 289bbb176643..e660c853a5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='r15468.g1dbe8415e'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - 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"
;;