summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidrole2024-02-02 10:44:04 +0100
committerDidrole2024-02-02 10:44:04 +0100
commit987fe64b8a8e3b94000350c4809810fd1a265d9b (patch)
treecd758fb68e1dd5309f3572c3936a9adbfb3be494
parentc9a7916a9f115bd90d4a69863cc96fad865f6c82 (diff)
downloadaur-987fe64b8a8e3b94000350c4809810fd1a265d9b.tar.gz
fix: Make the .deb source filename unique.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0280a111b902..e944a33e8049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cato-client-bin
pkgdesc = VPN client from Cato Networks to connect to the Cato Cloud.
pkgver = 5.2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://clientdownload.catonetworks.com/
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = cato-client-bin
depends = glibc
depends = gcc-libs
depends = zlib
- source = https://clients.catonetworks.com/linux/5.2.0.3/cato-client-install.deb
+ source = cato-client-install-5.2.0.3.deb::https://clients.catonetworks.com/linux/5.2.0.3/cato-client-install.deb
source = cato-client-bin.sysusers
source = cato-client-bin.tmpfiles
sha256sums = 35482f3e6dab68687a48ee3157782aa4b3ce260c1986d716097b693b9434bbf9
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"
)