summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDidrole2024-02-02 10:44:04 +0100
committerDidrole2024-02-02 10:44:04 +0100
commit987fe64b8a8e3b94000350c4809810fd1a265d9b (patch)
treecd758fb68e1dd5309f3572c3936a9adbfb3be494 /PKGBUILD
parentc9a7916a9f115bd90d4a69863cc96fad865f6c82 (diff)
downloadaur-cato-client-bin.tar.gz
fix: Make the .deb source filename unique.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d88caa3e3fce..aeba5f719f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cato-client-bin
pkgver=5.2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='VPN client from Cato Networks to connect to the Cato Cloud.'
arch=('x86_64')
url='https://clientdownload.catonetworks.com/'
@@ -10,7 +10,7 @@ license=('custom')
depends=('glibc' 'gcc-libs' 'zlib')
makedepends=('libarchive')
-source=("https://clients.catonetworks.com/linux/${pkgver}/cato-client-install.deb"
+source=("cato-client-install-${pkgver}.deb::https://clients.catonetworks.com/linux/${pkgver}/cato-client-install.deb"
"cato-client-bin.sysusers"
"cato-client-bin.tmpfiles"
)