diff options
Diffstat (limited to 'azuredatastudio-bin/PKGBUILD')
-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 b2e99c94f..78a62015c 100644 --- a/azuredatastudio-bin/PKGBUILD +++ b/azuredatastudio-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=azuredatastudio-bin _pkgname=azuredatastudio pkgver=1.48.0 -pkgrel=10 +pkgrel=11 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" @@ -20,7 +20,7 @@ _pinned_dependencies=( 'libcrypto.so=3' 'libcurl.so=4' 'libdbus-1.so=3' - 'libdrm=2.4.120' + 'libdrm=2.4.121' 'libexpat.so=1' 'libgio-2.0.so=0' 'libglib-2.0.so=0' |