diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 09:33:02 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-07 09:33:02 +0200 |
commit | 6913e2fa1b0748748d42a29169666935acb7e01c (patch) | |
tree | 9d3f215a430fd45407c0bf40003e536c4cbde1c3 /openlens-bin | |
parent | 4e70b19a50a069d63ff0a85c6c9b6c675c058c9c (diff) | |
download | archlinuxewe-6913e2fa1b0748748d42a29169666935acb7e01c.tar.xz |
openlens-bin: rebuild
Diffstat (limited to 'openlens-bin')
-rw-r--r-- | openlens-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openlens-bin/PKGBUILD b/openlens-bin/PKGBUILD index 9ff668680..a162d7237 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=82 +pkgrel=83 pkgdesc='The Kubernetes IDE (fork lens-bin without lenscloud-lens-extension). Read more - https://github.com/lensapp/lens/issues/5444' arch=('x86_64' 'aarch64') license=('MIT') @@ -37,7 +37,7 @@ _pinned_dependencies=( 'libxrandr=1.5.4' 'mesa=1:24.1.5' 'nspr=4.35' - 'nss=3.103' + 'nss=3.102' ) depends=('gtk3' 'libxss' 'nss' "${_pinned_dependencies[@]}") provides=('lens') |