summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:58:46 +0200
committerDaniel Peukert2023-04-01 12:58:46 +0200
commitb407218378ff2ed0ad0d9c73ed72c06943dd58b3 (patch)
tree7dbee632e9862df3233f4efcc94f9bf42a537484
parentac720df2a09006a4288b642d5fec4ff929ed56b0 (diff)
downloadaur-b407218378ff2ed0ad0d9c73ed72c06943dd58b3.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 c2b1011022d7..4ee5b30144b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = mongodb-compass-beta
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 9a28f5469477..1cc837b50ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgver='1.36.2-beta.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - beta version'
-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"
;;