diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:49 +0200 |
commit | cc852751ef6db14339883eadc305d893056a42e4 (patch) | |
tree | 527f138eaf95a7a2268889b7afa1daa2b7b6ef53 | |
parent | 537837b0df662441a5322e183d0f2ed6ad986ffc (diff) | |
download | archlinuxewe-cc852751ef6db14339883eadc305d893056a42e4.tar.xz |
azuredatastudio-bin: rebuild
-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' |