diff options
-rw-r--r-- | azuredatastudio-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azuredatastudio-bin/PKGBUILD b/azuredatastudio-bin/PKGBUILD index 6bec06349..1d207d15f 100644 --- a/azuredatastudio-bin/PKGBUILD +++ b/azuredatastudio-bin/PKGBUILD @@ -4,13 +4,13 @@ pkgname=azuredatastudio-bin _pkgname=azuredatastudio pkgver=1.48.0 -pkgrel=21 +pkgrel=22 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" license=('custom: microsoft') _pinned_dependencies=( - 'gcc-libs=14.1.1+r309+gbb34b7eda1f' + 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' 'glibc>=2.39' 'libasound.so=2' 'libatk-1.0.so=0' @@ -41,7 +41,7 @@ _pinned_dependencies=( 'libxkbfile=1.1.3' 'libxrandr=1.5.4' 'libz.so=1' - 'mesa=1:24.1.4' + 'mesa=1:24.1.5' 'nspr=4.35' 'nss=3.102.1' ) |