summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Mashos2020-10-01 15:16:43 -0700
committerThomas Mashos2020-10-01 15:17:26 -0700
commit0c6fac19008a74456bcc7ca45fe136f1c78a9f1b (patch)
tree52c5e692aa9aa93f9d461c2f44ef789ffc2bce41 /PKGBUILD
parent8843c1ddeaf0dc666607ae208a0aa2c88d0f5e22 (diff)
downloadaur-0c6fac19008a74456bcc7ca45fe136f1c78a9f1b.tar.gz
Add cert extraction per https://forum.devolutions.net/topics/34296/problems-registering-rdm-on-linux-closes-at-registration-time
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee4086c73983..a8d69d424a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Thomas Mashos <thomas at mashos dot com>
pkgname=remote-desktop-manager
pkgver=2020.2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Devolutions Remote Desktop Manager Enterprise centralizes all remote connections on a single platform that is securely shared between users and across the entire team."
arch=('x86_64')
url="https://remotedesktopmanager.com/"
license=('Proprietary')
groups=()
-depends=('webkit2gtk')
+depends=('webkit2gtk' 'p11-kit')
options=(!strip)
+install=${pkgname}.install
source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
sha256sums=('2b40b621860706546cfb6b3aa1933acbad364068ab692d7ca4709b3ebf521367')