diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-22 08:18:07 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-22 08:18:07 +0200 |
commit | 8eaf6b732c068b05edbea98bdb70a44ae74f7073 (patch) | |
tree | c74b5fb8cd284bdbf842c7ba0bd72534e933d7f8 | |
parent | 8d7cd77c5fbdb02c0fb1c815ef386cf432800d37 (diff) | |
download | archlinuxewe-8eaf6b732c068b05edbea98bdb70a44ae74f7073.tar.xz |
openlens-bin: rebuild
-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 8dfd7cdfa..f2471a9f3 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=76 +pkgrel=77 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.4' - 'mesa=1:24.1.3' + 'mesa=1:24.1.4' 'nspr=4.35' 'nss=3.102' ) |