Package Details: surfshark-client 2.3.1.3267-1

Git Clone URL: https://aur.archlinux.org/surfshark-client.git (read-only, click to copy)
Package Base: surfshark-client
Description: Surfshark VPN GUI client for Linux. Encrypt your internet activity so no one can track or steal your data. Increase your privacy and avoid tracking by using a different IP address. Keep your digital freedom and security while using unprotected networks.
Upstream URL: https://surfshark.com
Keywords: adblock gui openvpn surfshark surfshark-gui vpn wireguard
Licenses: custom:surfshark
Submitter: hiiamlala
Maintainer: hiiamlala
Last Packager: hiiamlala
Votes: 16
Popularity: 1.15
First Submitted: 2023-04-18 09:15 (UTC)
Last Updated: 2024-04-18 08:42 (UTC)

Latest Comments

1 2 3 4 Next › Last »

SonTypImInternet commented on 2024-03-29 13:04 (UTC) (edited on 2024-04-01 19:04 (UTC) by SonTypImInternet)

[March 29th 2024] New Update - Surfshark Client version 2.3.1.3267
  1. Clone the AUR Repository
git clone https://aur.archlinux.org/surfshark-client.git
  1. Edit PKGBUILD

Open the PKGBUILD file located in the cloned repository with a text editor.

  1. Update Package Information

Change the following lines in the PKGBUILD file:

pkgver=2.3.1.3267
source=("https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.3.1_amd64.deb")
sha512sums=('9ecb7b12a884eb04b0f4f6377f2acaec28c59ec1f1c09d65de917452774133325702a056617cb9a4087a8ed39b99f2413816a1fef9ababb025a6fb842681ef64')
  1. Build and Install

Navigate to the directory containing the edited PKGBUILD file and run the following commands:

makepkg -si

ssarwar commented on 2024-03-28 19:17 (UTC)

Hi. It's showing 404. The app has been updated but the PKGBUILD wasn't updated.

dallo commented on 2024-02-15 00:38 (UTC) (edited on 2024-02-25 16:33 (UTC) by dallo)

I created a new surfshark GUI Client based on this one. You can get it here https://aur.archlinux.org/packages/surfshark-yac

A GitHub Action should update automatically when a new .deb is available. A cron job checks every 30 minutes. You can help the project here: https://github.com/D4llo/surfshark-yac

dallo commented on 2024-02-13 20:19 (UTC)

0xFF1E071F You are trying to install an old version. You can fix by doing

yay --editmenu -S surfshark-client

then follow wgalen comment and update your PKGBUILD to have:

pkgver=2.2.0.2835
source=("https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.2.0_amd64.deb")
sha512sums=('aef4c588c8505f0720aa91f96e882877f22556410a36eae9b606d3a73f3868a450c21e9810b8a792273b58af65c97aa1342c970b4f3f9beee879ea3c22543309')

0xFF1E071F commented on 2024-02-13 15:57 (UTC)

Error downloading:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.1.0-2503_amd64.deb
    Aborting...
 -> error making: surfshark-client-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
surfshark-client - exit status 1

abarbarian commented on 2024-02-11 19:38 (UTC)

Thanks wgalen all working now. :-)

wgalen commented on 2024-02-09 09:20 (UTC)

Surfshark has updated to 2.2.0-2835, but seems to omit that revision number in the filename now.

Updating my PKGBUILD with this seems to work:

pkgver=2.2.0.2835
source=("https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.2.0_amd64.deb")
sha512sums=('aef4c588c8505f0720aa91f96e882877f22556410a36eae9b606d3a73f3868a450c21e9810b8a792273b58af65c97aa1342c970b4f3f9beee879ea3c22543309')

abarbarian commented on 2024-02-08 13:49 (UTC) (edited on 2024-02-08 21:25 (UTC) by abarbarian)

Hi every time I try to access the link " https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.1.0-2503_amd64.deb" or " https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.1.0-2503_amd64.deb" or " https://ocean.surfshark.com/debian/pool/main/s/" or a variant I get

404 Not Found

Code: NoSuchKey
Message: The specified key does not exist.
Key: debian/pool/main/s/surfshark_2.1.0-2503_amd64.deb
RequestId: P6TAZZEMJ16FSHJ6
HostId: 5cCLavExt+Dmg+Xtj11viXXGplrX6RAOsph87/fC5O8H7vr8mIy8Z9wTpAuAhjWPv40aJZzhnis=

So am unable to update my surfshark. Can anyone help

Thanks

abarbarian

arcticblaze commented on 2024-02-04 10:55 (UTC) (edited on 2024-02-04 10:57 (UTC) by arcticblaze)

New link to download the file https://ocean.surfshark.com/debian/pool/main/s/surfshark_2.1.0-2503_amd64.deb

or you can edit PKGBUILD and modify the source as below -

source=("${package}::https://ocean.surfshark.com/debian/pool/main/s/${package}")