summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Mashos2020-06-19 11:05:43 -0700
committerThomas Mashos2020-06-19 11:05:43 -0700
commit8f663a48179cbed4ed9ee049d1198f5dcd2b65a5 (patch)
treeece93ade65f2bf26f19085f7fd6b26f5f1cc34d8
parent3c8f3f19d50a77b7132ad93bf5c5f9c16bcd9dda (diff)
downloadaur-8f663a48179cbed4ed9ee049d1198f5dcd2b65a5.tar.gz
Add dependency on webkit2gtk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b029ffdadb9..e737f873fecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = remote-desktop-manager
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.
pkgver = 2020.2.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://remotedesktopmanager.com/
arch = x86_64
license = Proprietary
+ depends = webkit2gtk
options = !strip
source = RemoteDesktopManager_2020.2.0.0_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/2020.2.0.0/RemoteDesktopManager_2020.2.0.0_amd64.deb
sha256sums = 0241756ce658a78994a8d1a6e5281abbbcb34add7bf64253e4622c682f175b00
diff --git a/PKGBUILD b/PKGBUILD
index 9692d67b0390..7213186b365d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Mashos <thomas at mashos dot com>
pkgname=remote-desktop-manager
pkgver=2020.2.0.0
-pkgrel=3
+pkgrel=4
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=()
+depends=('webkit2gtk')
options=(!strip)
source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
sha256sums=('0241756ce658a78994a8d1a6e5281abbbcb34add7bf64253e4622c682f175b00')