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 7c449929e..9ff668680 100644 --- a/openlens-bin/PKGBUILD +++ b/openlens-bin/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=OpenLens pkgname=openlens-bin pkgver=6.5.2 -pkgrel=81 +pkgrel=82 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') @@ -27,7 +27,7 @@ _pinned_dependencies=( 'libgobject-2.0.so=0' 'libgtk-3.so=0' 'libpango-1.0.so=0' - 'libx11=1.8.9' + 'libx11=1.8.10' 'libxcb=1.17.0' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |