Package Details: cloudflare-warp-bin 2024.11.309-1

Git Clone URL: https://aur.archlinux.org/cloudflare-warp-bin.git (read-only, click to copy)
Package Base: cloudflare-warp-bin
Description: Cloudflare Warp Client
Upstream URL: https://1.1.1.1
Licenses: unknown
Conflicts: cloudflare-warp
Provides: warp-cli, warp-diag, warp-svc
Submitter: solatis
Maintainer: solatis (mhdi, billyaddlers, vk8a8, Neomax7)
Last Packager: mhdi
Votes: 56
Popularity: 1.99
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-11-19 08:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 18 Next › Last »

Koolaid commented on 2024-10-13 13:00 (UTC) (edited on 2024-10-13 13:05 (UTC) by Koolaid)

I found a solution!! the problem is that the package link is expired and you just need to replace it in the package file

so:

1- you have to clone it "git clone https://aur.archlinux.org/cloudflare-warp-bin.git" and cd into it

2- edit the PKGBUILD file

3-scroll down to the "source=" part which has the expired links like this:

"${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${pkgver//-/_}-1_amd64.deb"

4- replace the first expired link with the new one, you can find it on the aur page itself under the "Sources" part "cloudflare-warp-bin-2024.6.497-x86_64.deb", right click and copy link adress 5-now, replace it, remove the old one (https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${pkgver//-/_}-1_amd64.deb) and replace it with the new one :

(https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.6.497-1_amd64.deb)

so it looks like this now

"${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.6.497-1_amd64.deb"

and that's it

6-save and exit, now you can build it

7- open terminal in the folder and run "makepkg -si"

Annoy commented on 2024-10-13 03:52 (UTC)

@angga how do you apply the fix? I tried pasting this over the PKGBUILD when I git cloned but it's saying there's errors with it.

angga commented on 2024-10-12 13:13 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index f4f0f04..1750efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,9 +21,9 @@ conflicts=('cloudflare-warp')
 # Function to get latest version from repository
 get_latest_version() {
     curl -s https://pkg.cloudflareclient.com/dists/jammy/main/binary-amd64/Packages \
-    | grep -E -o 'Version: [0-9]+\.[0-9]+\.[0-9]+' \
+    | grep -E -o 'Version: [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' \
     | head -n1 \
-    | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+'
+    | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+'
 }

 latest_version=$(get_latest_version)
@@ -35,7 +35,7 @@ if [[ "$pkgver" != "$latest_version" ]]; then
 fi

 source=(
-    "${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${pkgver//-/_}-1_amd64.deb"
+    "${pkgname}-${pkgver}-x86_64.deb::https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_${pkgver//-/_}_amd64.deb"
     "${pkgname}-${pkgver}-${pkgrel}-Release::https://pkg.cloudflareclient.com/dists/jammy/Release"
     "${pkgname}-${pkgver}-${pkgrel}-x86_64-Packages::https://pkg.cloudflareclient.com/dists/jammy/main/binary-amd64/Packages"
 )

Koolaid commented on 2024-10-12 07:37 (UTC)

Someone fixit plssss

itzamna commented on 2024-10-11 19:04 (UTC)

@solatis happy to help update it

Neomax7 commented on 2024-10-10 17:11 (UTC)

oops, I was gonna update today but lost the access. I can work on it again

vk8a8 commented on 2024-10-10 15:52 (UTC) (edited on 2024-10-10 15:55 (UTC) by vk8a8)

solatis, I'd love to be a co-maintainer, I have plenty of free time (-:

billyaddlers commented on 2024-10-10 12:09 (UTC)

@solatis Just saying that I am willing to be a co-maintainer, as I uses the package regularly. Thank you in advance!

ifjezsolt commented on 2024-10-10 08:51 (UTC)

If you add me as co-maintianer, I will update the package