summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Mashos2024-01-17 12:43:31 -0800
committerThomas Mashos2024-01-17 12:43:31 -0800
commit0336abdc38ff253b37f9c9bcf83d21efa6551928 (patch)
tree3e26ef8ddb4c8278fdc6292da66c5efefb0f243a
parentfdce5df6369f5c046bda8cf71ce3ac43ecc21179 (diff)
downloadaur-0336abdc38ff253b37f9c9bcf83d21efa6551928.tar.gz
Fix missing sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27c51e742d8..e511300c406b 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.
pkgver = 2023.3.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://remotedesktopmanager.com/
install = remote-desktop-manager.install
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = remote-desktop-manager
depends = vte3
options = !strip
source = RemoteDesktopManager_2023.3.1.7_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/2023.3.1.7/RemoteDesktopManager_2023.3.1.7_amd64.deb
- sha256sums =
+ sha256sums = 576C396D1763891CEEC98A61F06F372A123C269A374326EBBBF3EEB6A3715E01
pkgname = remote-desktop-manager
diff --git a/PKGBUILD b/PKGBUILD
index 527d5292787a..2bc55ea7740d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: devolutionsinfra https://devolutions.net/
pkgname=remote-desktop-manager
pkgver=2023.3.1.7
-pkgrel=1
+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."
arch=('x86_64')
url="https://remotedesktopmanager.com/"
@@ -12,7 +12,7 @@ depends=('webkit2gtk' 'p11-kit' 'vte3')
options=(!strip)
install=${pkgname}.install
source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/download/Linux/RDM/${pkgver}/RemoteDesktopManager_${pkgver}_amd64.deb")
-sha256sums=('')
+sha256sums=('576C396D1763891CEEC98A61F06F372A123C269A374326EBBBF3EEB6A3715E01')
prepare() {
tar -xf ${srcdir}/data.tar.xz