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.59
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 .. 15 16 17 18 19 20 21 22 23 Next › Last »

controlxfreak commented on 2018-07-29 22:54 (UTC) (edited on 2018-07-29 22:55 (UTC) by controlxfreak)

This appears to have a dependency on fuse as well.

I think you should add: makedepends=('jq','sed','fuse')

r0b0h0b0 commented on 2018-04-29 08:58 (UTC) (edited on 2018-04-29 08:58 (UTC) by r0b0h0b0)

Can confirm what @anilg found. The package builds only when built after cloning.

DR34D_0 commented on 2018-04-29 04:33 (UTC)

Have dependencies. Successful makepkg. See application. Doesn't do anything?<br> Am I supposed to do something special once it's installed to make it work?

Stitchless commented on 2018-04-12 14:31 (UTC)

@lorenzosu: https://aur.archlinux.org/packages/pcloud-drive/

lorenzosu commented on 2018-04-12 14:24 (UTC)

This won't work as the server it used isn't reachable any more. The new binary is here: https://www.pcloud.com/how-to-install-pcloud-drive-linux.html#

nihil commented on 2018-03-25 06:07 (UTC) (edited on 2018-03-25 06:13 (UTC) by nihil)

Using makepkg -csi on the snapshot I got ==> Validating source_x86_64 files with md5sums... pcloud ... FAILED ==> ERROR: One or more files did not pass the validity check!

I then did git clone https://aur.archlinux.org/pcloud-drive.git and tried again and that built and ran successfully.

brabes commented on 2018-01-28 09:25 (UTC) (edited on 2018-01-28 09:25 (UTC) by brabes)

Currently this install the icons and some unnecessary libs to /usr/usr/share/icons and /usr/usr/lib -- here is a fix

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,8 @@ prepare() {
 package() {
   install -d "$pkgdir"/{/usr/bin,opt}
   cp -r "${srcdir}/squashfs-root/app" "${pkgdir}/opt/${PN}"
-  cp -r "${srcdir}/squashfs-root/usr" "${pkgdir}/usr"
+  mkdir -p "${pkgdir}/usr/share/icons/hicolor"
+  cp -r "${srcdir}/squashfs-root/usr/share/icons/" "${pkgdir}/usr/share/"
   ln -s "/opt/${PN}/${PN}" "${pkgdir}/usr/bin/${PN}"
   install -Dm644 "${srcdir}/squashfs-root/${PN}.desktop" "${pkgdir}/usr/share/applications/${PN}.desktop"
   sed -i 's/AppRun/pcloud/' "${pkgdir}/usr/share/applications/${PN}.desktop"

plague-doctor commented on 2017-12-14 02:34 (UTC)

No, it doesn't.