diff options
-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 f3b4ad26c..36ad0c142 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,13 +5,13 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=3 +pkgrel=4 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') url='https://k8slens.dev' _pinned_dependencies=( - 'gcc-libs=13.1.1' + 'gcc-libs=13.2.1' 'glibc>=2.37' 'libasound.so=2' 'libatk-1.0.so=0' |