diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 07:42:59 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 07:42:59 +0200 |
commit | b5d1bca8387f70cdcceef83bdb0052c3514c415f (patch) | |
tree | 71f3e874cdb508b432c51494423c8519958d1b20 /openlens-bin | |
parent | cd7630b83cc3a53f51b34304e8a5bff22ff628c5 (diff) | |
download | archlinuxewe-b5d1bca8387f70cdcceef83bdb0052c3514c415f.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 72b774117..7c449929e 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=80 +pkgrel=81 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.102.1' + 'nss=3.103' ) depends=('gtk3' 'libxss' 'nss' "${_pinned_dependencies[@]}") provides=('lens') |