summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Mashos2020-10-01 15:21:30 -0700
committerThomas Mashos2020-10-01 15:21:30 -0700
commita10f8fd8c729c6c9a7f7716de0ba3e1ccb99b5fb (patch)
treeecdabbe21381630783d4f43fe66a5cbe56298c46 /PKGBUILD
parenta2744003ec469d3fb430f241f283ccd9240f57f0 (diff)
downloadaur-a10f8fd8c729c6c9a7f7716de0ba3e1ccb99b5fb.tar.gz
Extract certificate trust
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa3d8d8fd9f1..14521151508a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Thomas Mashos <thomas at mashos dot com>
pkgname=remote-desktop-manager-free
pkgver=2020.2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Devolutions Remote Desktop Manager Free 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.Free_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager.Free_${pkgver}_amd64.deb")
sha256sums=('83125b1b786b19d713baf44386509ce01753ea4fe4d9423dcd0a8a1e98928e26')