summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Turner2020-05-22 14:58:20 -0400
committerWilliam Turner2020-05-22 14:58:20 -0400
commit6771bcbf15136497aab3810193ce012a05915a0f (patch)
treee7cb221bc0caf6ec20ebf03fd54f1762cd013a3f /PKGBUILD
parent31931359300e4b6ce8bf375f92219bfd6c684de2 (diff)
downloadaur-6771bcbf15136497aab3810193ce012a05915a0f.tar.gz
Re-align dependencies with vscode-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 713d6d6e7bb2..c43689b9c12e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=azuredatastudio
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW (formerly SQL Operations Studio)."
arch=('x86_64')
url="https://github.com/Microsoft/azuredatastudio"
license=('custom: microsoft')
-depends=('fontconfig' 'libxtst' 'gtk2' 'python' 'cairo' 'alsa-lib' 'nss' 'gcc-libs' 'glibc' 'libxss' 'libxkbfile' 'libunwind' 'libsecret' 'curl')
+depends=('curl' 'gcc-libs' 'glibc' 'gnupg' 'gtk3' 'libnotify' 'libsecret' 'libxkbfile' 'libxss' 'lsof' 'nss')
makedepends=('sed')
optdepends=('krb5: Windows authentication support')
provides=('sqlops')