Package Details: pcloud-drive 2.1.0-1

Git Clone URL: https://aur.archlinux.org/pcloud-drive.git (read-only, click to copy)
Package Base: pcloud-drive
Description: pCloud drive. Electron edition.
Upstream URL: https://www.pcloud.com/
Keywords: pcloud pcloud-drive
Licenses: LicenseRef-pcloud-drive
Replaces: pcloud, pcloud-git
Submitter: plague-doctor
Maintainer: zbe
Last Packager: zbe
Votes: 93
Popularity: 0.58
First Submitted: 2017-04-27 21:39 (UTC)
Last Updated: 2026-05-23 09:23 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 23 Next › Last »

j0hannes commented on 2020-07-28 15:45 (UTC)

What about randomly selecting a link? It's not very deterministic but could help in cases where one resource fails it would eventually select a different host.

jq -r '.hosts[] + .path' | sort -r | head -n1

zbe commented on 2020-07-28 15:27 (UTC)

3) Yeah was just saying if anyone has any problems ever, that s/he can try that.

And this one works now. Thanks. =)

rew1red commented on 2020-07-28 15:23 (UTC)

1) Corrected the version introduced in the revision 2) Use HTTPS download link 3) I'm not inclined at the moment to use the second download link, since the list is an unknown number of elements.

zbe commented on 2020-07-28 15:19 (UTC)

Ah it's just http instead of https. It's super slow download though, at least for me. (it failed now during writing this) Last time I just changed .hosts[0] to .hosts[1] so it used other server provided in that json page.

I guess you could drop jq and use awk or something instead to get relevant lines.

j0hannes commented on 2020-07-28 15:16 (UTC)

But it appears to install the previous version instead of the current one.

zbe commented on 2020-07-28 15:04 (UTC)

Ok that was fast.

rew1red commented on 2020-07-28 15:01 (UTC)

I made an attempt to drop 'jq' as a build dep and made some incorrect assumptions about how download URLs are built.

I've reverted said change and am building the download URL as before.

zbe commented on 2020-07-28 14:56 (UTC)

Source https://p-def4.pcloud.com/... doesn't work. Need to change p-def4 to some other server.

j0hannes commented on 2020-07-28 14:31 (UTC)

curl: (22) The requested URL returned error: 410 Gone

j0hannes commented on 2020-07-28 10:02 (UTC)

@rew1red, now would be the perfect time for a version bump ;)