diff options
Diffstat (limited to 'openlens-bin/PKGBUILD')
-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 e9233d5e8..b9db692e3 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=5 +pkgrel=6 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') @@ -35,7 +35,7 @@ _pinned_dependencies=( 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxrandr=1.5.3' - 'mesa=1:23.1.5' + 'mesa=1:23.1.6' 'nspr=4.35' 'nss=3.92' ) |