Package Details: openlens-bin 6.5.2-2

Git Clone URL: https://aur.archlinux.org/openlens-bin.git (read-only, click to copy)
Package Base: openlens-bin
Description: The Kubernetes IDE (fork lens-bin without lenscloud-lens-extension). Read more - https://github.com/lensapp/lens/issues/5444
Upstream URL: https://k8slens.dev
Keywords: k8s kubernetes lens openlens
Licenses: MIT
Conflicts: lens, lens-bin
Provides: lens
Submitter: bko
Maintainer: bko
Last Packager: bko
Votes: 16
Popularity: 0.91
First Submitted: 2022-06-01 18:51 (UTC)
Last Updated: 2023-09-03 06:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

k8ie commented on 2022-11-16 08:41 (UTC)

Hi, I made a patch that makes this package usable on ARM 64. Could you please apply it?

diff --git a/PKGBUILD b/PKGBUILD
index 94fcf9f..055c787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,24 @@
 _pkgname=OpenLens
 pkgname=openlens-bin
 pkgver=6.1.19
-pkgrel=1
+pkgrel=2
 pkgdesc='The Kubernetes IDE (fork lens-bin without lenscloud-lens-extension). Read more - https://github.com/lensapp/lens/issues/5444'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 license=('MIT')
 url='https://k8slens.dev'
 depends=('gtk3' 'libxss' 'nss')
 provides=('lens')
 conflicts=('lens' 'lens-bin')
-source=(${_pkgname}-${pkgver}.AppImage::"https://github.com/beliys/OpenLens/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage"
-        "${_pkgname}.desktop")
-sha256sums=('0d03bf8d1063be3efc37191e43f9aecfcca956a043c721b0619a00626898eb55'
-            '30ab2e9f91ca6be993b5893fb385a225c6d06f6d11caa305e0d109348b5d132c')
+source=("${_pkgname}.desktop")
+source_x86_64=(${_pkgname}-${pkgver}-x86_64.AppImage::"https://github.com/beliys/OpenLens/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage")
+source_aarch64=(${_pkgname}-${pkgver}-aarch64.AppImage::"https://github.com/beliys/OpenLens/releases/download/v${pkgver}/${_pkgname}-${pkgver}.arm64.AppImage")
+sha256sums=('30ab2e9f91ca6be993b5893fb385a225c6d06f6d11caa305e0d109348b5d132c')
+sha256sums_x86_64=('0d03bf8d1063be3efc37191e43f9aecfcca956a043c721b0619a00626898eb55')
+sha256sums_aarch64=('f127bdb8a3a06b3692d98e7e1d58a14d13d35d0fa8fb453cd6e89607a863a6a9')

 prepare() {
-  chmod +x "${_pkgname}-${pkgver}.AppImage"
-  "./${_pkgname}-${pkgver}.AppImage" --appimage-extract
+  chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
+  "./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
 }

 package() {

bko commented on 2022-11-01 08:41 (UTC)

Thanks, fixed

TheEdgeOfRage commented on 2022-10-31 02:01 (UTC) (edited on 2022-10-31 02:04 (UTC) by TheEdgeOfRage)

For me the latest update fails validating the AppImage file hash. The downloaded file has 12949d313a89b549522a97d99c26f0e2be5c80d8940640414d5c51a6bd43530f, while the PKGBUILD lists 4da4ea24f067f6fa56ea9b4e70c3196114a5ff07143319e2dcf28945284b96eb.

The sha256 file on the github release also lists the correct hash