summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Lawson2024-04-26 10:14:33 +0100
committerAdam Lawson2024-04-26 10:15:17 +0100
commit6d5187afc457f4f1dc1ef91e44ce4766b80ecca7 (patch)
treee8dc23e72928706336bd56fd51115a253ed7e926
parent0c88742b3df44b8a2e3ff8d2798e4183a5e9b3b5 (diff)
downloadaur-6d5187afc457f4f1dc1ef91e44ce4766b80ecca7.tar.gz
Fix build after remote url changed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 608962ec2fdc..9574fe3b0315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = surfshark-vpn-cli-bin
pkgdesc = Surfshark VPN cli client
pkgver = 1.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://surfshark.com/download/linux
arch = x86_64
license = custom:surfshark
@@ -9,7 +9,7 @@ pkgbase = surfshark-vpn-cli-bin
depends = openvpn
provides = surfshark-vpn
conflicts = surfshark-vpn
- source = https://ocean.surfshark.com/debian/pool/main/s/surfshark-vpn/surfshark-vpn_1.1.0_amd64.deb
+ source = https://ocean.surfshark.com/debian/pool/main/s/surfshark-vpn_1.1.0_amd64.deb
sha256sums = 5ef76e6a9f61272ff927ccd965fce4b752de1083c3c4b25aecee513515cca819
pkgname = surfshark-vpn-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5006e2dfab67..aa62249a3726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=surfshark-vpn-cli-bin
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Surfshark VPN cli client"
arch=('x86_64')
url="https://surfshark.com/download/linux"
@@ -12,7 +12,7 @@ license=('custom:surfshark')
depends=(glibc openvpn)
conflicts=(surfshark-vpn)
provides=(surfshark-vpn)
-source=("https://ocean.surfshark.com/debian/pool/main/s/surfshark-vpn/surfshark-vpn_${pkgver}_amd64.deb")
+source=("https://ocean.surfshark.com/debian/pool/main/s/surfshark-vpn_${pkgver}_amd64.deb")
sha256sums=('5ef76e6a9f61272ff927ccd965fce4b752de1083c3c4b25aecee513515cca819')
prepare() {