summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWei Zixi2022-05-24 22:15:57 +0800
committerWei Zixi2022-05-24 22:15:57 +0800
commitf7776eae0c7fc95fdf7455566f4e40178a7be6c9 (patch)
tree94dd83b0a20252c90fa2765656586ce431dbbd35 /PKGBUILD
parent30b95e02424d70de42d3564aad69cf06e849c3da (diff)
downloadaur-f7776eae0c7fc95fdf7455566f4e40178a7be6c9.tar.gz
Correct to Acronis Cyber Protect Connect Agent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b923b1fda36c..2b6a33a38216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=remotixqc
pkgver=1.0
-pkgrel=24704
+pkgrel=24671
pkgdesc="Remotix QC is a tiny portable application with zero configuration. Run it on a computer that you want to observe or control remotely."
arch=('x86_64')
url="https://remotixcloud.com"
@@ -11,7 +11,7 @@ license=('custom:freeware')
depends=('qt5-base' 'wayland' 'libx11')
#source_x86_64=(https://eu.downloads.remotix.com/agent-linux/remotixagent-${pkgver}-${pkgrel}.x86_64.deb)
-source_x86_64=(https://dl.acronis.com/u/acpc/AcronisCyberProtectConnect-${pkgver}-${pkgrel}-x86_64.deb)
+source_x86_64=(https://dl.acronis.com/u/acpc/AcronisCyberProtectConnectAgent-${pkgver}-${pkgrel}.x86_64.deb)
sha256sums_x86_64=('01329b5b5035bc9d4dc9ae72db7c6275b6c2a75c3a6a0cfd795a2d34939653c2')
@@ -19,6 +19,6 @@ package() {
cd "${pkgdir}"
tar -xpJf "${srcdir}/data.tar.xz"
printf '%s\n' " ============================================================================="
- printf '%s\n' " -> Please enable and start 'remotixagent' service before start application..."
+ printf '%s\n' " -> Please enable and start 'acroniscpcagent.service' service before start application..."
printf '%s\n' " ============================================================================="
}