diff options
-rw-r--r-- | azuredatastudio-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azuredatastudio-bin/PKGBUILD b/azuredatastudio-bin/PKGBUILD index 2e4e55822..f8c08509a 100644 --- a/azuredatastudio-bin/PKGBUILD +++ b/azuredatastudio-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=azuredatastudio-bin _pkgname=azuredatastudio pkgver=1.48.0 -pkgrel=23 +pkgrel=24 pkgdesc="A data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW. (official prebuilt version)" arch=('x86_64') url="https://github.com/Microsoft/azuredatastudio" @@ -31,7 +31,7 @@ _pinned_dependencies=( 'libpango-1.0.so=0' 'libsecret-1.so=0' 'libssl.so=3' - 'libx11=1.8.9' + 'libx11=1.8.10' 'libxcb=1.17.0' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' |