summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2023-07-11 07:15:35 -0700
committerDaniel Chen2023-07-11 07:15:35 -0700
commitf88054154641a8c5e729361d8d908a25ad4941fc (patch)
tree1a48981ad352a99146efe782174f046c4ae59b56
parentc18af79d8afc3436da98f02e71d548a837dc2662 (diff)
downloadaur-f88054154641a8c5e729361d8d908a25ad4941fc.tar.gz
add x11-ssh-askpass as optdepends for ssh password dialog
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c818293766bc..59b3688a4f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = rstudio-desktop-daily-bin
depends = openssl
depends = postgresql-libs
optdepends = pandoc: markdown support
+ optdepends = x11-ssh-askpass: password dialog for ssh
provides = rstudio-desktop-daily=2023.09.0.daily.203
conflicts = rstudio-desktop
conflicts = rstudio-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index 65a23dafaeb2..d20154203f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ depends=('r' 'hicolor-icon-theme' 'libxcomposite' 'libxslt' 'shared-mime-info' '
#makedepends=('patchelf')
optdepends=(
'pandoc: markdown support'
+ 'x11-ssh-askpass: password dialog for ssh'
)
conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-bin')
provides=("rstudio-desktop-daily=${pkgver}")