summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2018-12-17 22:53:11 +0100
committerMiodrag Tokić2018-12-17 22:53:11 +0100
commit5b9a54f249321437de737fb23bf9e10bf1dafa0b (patch)
treeb95909f494dabb220f5488b7e8af779f629ab998 /PKGBUILD
parent735118a0e603a5da5b3bb67ef0cf1502bb115401 (diff)
downloadaur-5b9a54f249321437de737fb23bf9e10bf1dafa0b.tar.gz
List optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8978e1d3dfb..7bda859ccd12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Miodrag Tokić
+# Contributor: Yuanji <self@gimo.me>
# Contributor: Aaron Abbott <aabmass at gmail dot com>
pkgname=mycli
pkgver=1.19.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
url='https://github.com/dbcli/mycli'
@@ -20,6 +21,7 @@ depends=(
'python-cli_helpers'
)
makedepends=('python-setuptools')
+optdepends=('python-paramiko: SSH support')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbcli/mycli/archive/v${pkgver}.tar.gz")