summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-12-08 11:46:27 -0500
committerWilliam Turner2017-12-08 11:46:27 -0500
commit011fb349eb810e919aaa691711457c5c0b85822a (patch)
tree745888c9586185ca257eea0577e5b9c0ef25e1c1
parent6b401e99f2be063fef671f0191803f0d6d601a16 (diff)
downloadaur-011fb349eb810e919aaa691711457c5c0b85822a.tar.gz
Add krb5 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 049d93adeffc..130d4849d985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sqlops
pkgdesc = SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
pkgver = 0.23.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Microsoft/sqlopsstudio
arch = x86_64
license = custom: microsoft
@@ -20,6 +20,7 @@ pkgbase = sqlops
depends = libunwind
depends = libsecret
depends = curl
+ optdepends = krb5: Windows authentication support
options = staticlibs
source = http://download.microsoft.com/download/4/E/B/4EB84B63-4532-40D4-A1CD-8FD5772971CF/sqlops-linux-0.23.6.tar.gz
sha256sums = 854039f310171005e1e78a7aac9751803374926d60b7c4f83683815a32c3e66a
diff --git a/PKGBUILD b/PKGBUILD
index 5f7ff1206336..62ea6a498844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=sqlops
pkgver=0.23.6
-pkgrel=1
+pkgrel=2
pkgdesc="SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux."
arch=('x86_64')
url="https://github.com/Microsoft/sqlopsstudio"
license=('custom: microsoft')
depends=('fontconfig' 'libxtst' 'gtk2' 'python' 'cairo' 'alsa-lib' 'nss' 'gcc-libs' 'glibc' 'libxss' 'gconf' 'libxkbfile' 'libunwind' 'libsecret' 'curl')
+optdepends=('krb5: Windows authentication support')
options=('staticlibs')
source=("http://download.microsoft.com/download/4/E/B/4EB84B63-4532-40D4-A1CD-8FD5772971CF/sqlops-linux-${pkgver}.tar.gz")
sha256sums=('854039f310171005e1e78a7aac9751803374926d60b7c4f83683815a32c3e66a')