Package Details: pcloudcc-lneely 20250407T2152Z-2

Git Clone URL: https://aur.archlinux.org/pcloudcc-lneely.git (read-only, click to copy)
Package Base: pcloudcc-lneely
Description: pcloudcc-lneely is a simple linux console client for pCloud cloud storage, forked from github.com/pcloudcom/console-client and independently maintained.
Upstream URL: https://github.com/lneely/pcloudcc-lneely
Keywords: pcloud,cloud,storage
Licenses: BSD-3-Clause
Conflicts: pcloudcc-git
Provides: pcloudcc
Submitter: lkn
Maintainer: lkn
Last Packager: lkn
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-15 09:38 (UTC)
Last Updated: 2025-04-06 20:56 (UTC)

Latest Comments

lkn commented on 2025-05-29 20:33 (UTC)

@nic96 @DocDahle these notifications ended up in my spam folder for some reason. These problems should be fixed. Sorry for the ass pain, I'll setup a new release tomorrow. :)

DocDahle commented on 2025-05-12 11:43 (UTC)

I Have same problem, no compile after boost-1.88, and still no compile after downgrade to 1.87!

pclsync/pcryptofolder.c: In function ‘psync_pcloud_crypto_reencode_key’: pclsync/pcryptofolder.c:1881:8: error: too many arguments to function ‘crypto_keys_match’; expected 0, have 2 1881 | if (!crypto_keys_match(pub, priv)) | ^ ~ pclsync/pcryptofolder.c:495:12: note: declared here 495 | static int crypto_keys_match() { | ^~~ make: *** [Makefile:80: pcryptofolder.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

nic96 commented on 2025-05-10 01:35 (UTC)

This no longer compiles after boost 1.88 I believe

coxackie commented on 2024-12-09 11:53 (UTC)

@lnk I still think boost should just a makedepend. I have no problem running pcloudcc (after compilation), even without boost present. Could you please check?

lkn commented on 2024-09-08 07:38 (UTC)

@coxackie changes implemented per discussion on GitHub. Cheers

coxackie commented on 2024-09-05 06:04 (UTC)

@lkn unless I am mistaken, boost is just a makedepend for pcloudcc. Maybe check exactly which packages are needed just for building and put them in a makedepends list, like makedepends=('boost') ...