summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Mashos2020-06-17 15:20:12 -0700
committerThomas Mashos2020-06-17 15:20:12 -0700
commit3c8f3f19d50a77b7132ad93bf5c5f9c16bcd9dda (patch)
tree57ca864ae3c1301f449273a3c119b97cd5aa05c7
parentb41fe87831645929f1807fc8a90f333ed0702b99 (diff)
downloadaur-3c8f3f19d50a77b7132ad93bf5c5f9c16bcd9dda.tar.gz
Fixup description and install location so it doesn't conflict with free version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 606dca8719dd..7b029ffdadb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remote-desktop-manager
- pkgdesc = Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team.
+ 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 = 2
+ pkgrel = 3
url = https://remotedesktopmanager.com/
arch = x86_64
license = Proprietary
diff --git a/PKGBUILD b/PKGBUILD
index 96374c02d75a..9692d67b0390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thomas Mashos <thomas at mashos dot com>
pkgname=remote-desktop-manager
pkgver=2020.2.0.0
-pkgrel=2
-pkgdesc="Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team."
+pkgrel=3
+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=()
options=(!strip)
-source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/2020.2.0.0/RemoteDesktopManager_${pkgver}_amd64.deb")
+source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
sha256sums=('0241756ce658a78994a8d1a6e5281abbbcb34add7bf64253e4622c682f175b00')
prepare() {
@@ -22,8 +22,8 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
mv "bin/remotedesktopmanager" "${pkgdir}/usr/bin/"
- mkdir -p "${pkgdir}/opt"
- mv "usr/lib/devolutions" "${pkgdir}/opt/"
+ mkdir -p "${pkgdir}/opt/devolutions"
+ mv "usr/lib/devolutions/RemoteDesktopManager" "${pkgdir}/opt/devolutions"
mkdir -p "${pkgdir}/usr/share/applications"
mv "usr/share/applications/remotedesktopmanager.desktop" "${pkgdir}/usr/share/applications/"