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 9b7cfbf88..b7e91bf41 100644 --- a/azuredatastudio-bin/PKGBUILD +++ b/azuredatastudio-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=azuredatastudio-bin _pkgname=azuredatastudio pkgver=1.48.0 -pkgrel=18 +pkgrel=19 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" @@ -41,7 +41,7 @@ _pinned_dependencies=( 'libxkbfile=1.1.3' 'libxrandr=1.5.4' 'libz.so=1' - 'mesa=1:24.1.3' + 'mesa=1:24.1.4' 'nspr=4.35' 'nss=3.102' ) |