Package Details: cider 1.6.2-8

Git Clone URL: https://aur.archlinux.org/cider.git (read-only, click to copy)
Package Base: cider
Description: Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Build from tar file on GitHub releases.
Upstream URL: https://github.com/ciderapp/cider.git
Keywords: applemusic cider
Licenses: AGPL3
Conflicts: cider
Provides: cider
Submitter: Core_UK
Maintainer: Core_UK
Last Packager: Core_UK
Votes: 21
Popularity: 0.069653
First Submitted: 2021-12-08 22:09 (UTC)
Last Updated: 2023-07-10 11:37 (UTC)

Pinned Comments

Core_UK commented on 2022-11-30 13:42 (UTC) (edited on 2023-06-09 01:31 (UTC) by Core_UK)

Use the CIDER_PORT environment variable to set the port of the renderer.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

aquator commented on 2023-07-10 07:12 (UTC)

Had to add git as build dep so patching can be completed, otherwise it fails with git process spawn error. (Could not apply patches, but build passed with warnings)

ufo_driver commented on 2023-06-08 16:13 (UTC)

Since it is using nvm you can remove npm and yarn as dependencies and just add npm install -g yarn or corepack enable (i prefer the latter) in prepare() function. I have nvm installed on my system for development but don't want nodejs or its dependencies.

lunasophia commented on 2023-06-07 14:35 (UTC) (edited on 2023-06-07 14:57 (UTC) by lunasophia)

It's also not building:

mv: cannot move '/home/luna/build/aur/cider/pkg/cider/opt/' to a subdirectory of itself, '/home/luna/build/aur/cider/pkg/cider/opt/cider'
==> ERROR: A failure occurred in package().
    Aborting...

Core_UK commented on 2023-06-06 12:15 (UTC)

The package has been updated, however will not launch until a new release is made. In the meantime, I suggest using the bin/git.

Core_UK commented on 2023-06-04 14:46 (UTC)

I’m working on overhauling all my packages, starting with bin. I suggest using that for the meantime.

lunasophia commented on 2023-06-04 13:21 (UTC)

I just installed cider yesterday without issue. I did need to manually install libxcrypt for it to build, however; this package isn't listed in the dependencies.

hambba commented on 2023-06-04 08:53 (UTC)

Cider-bin worked, this didn't

Xoloitzcuintli commented on 2023-05-25 03:05 (UTC) (edited on 2023-05-25 03:08 (UTC) by Xoloitzcuintli)

Unable to install, I get an error that says:

Checking versions...

✘ node version is incorrect! Expected ^19 || ^18 || ^16 || ^14.19 but was v20.2.0. ✔ npm was validated with >= 6.13.4. ✔ yarn was validated with >= 1.21.1.

Environment is invalid! ==> ERROR: A failure occurred in build(). Aborting... -> error making: cider-exit status 4 -> Failed to install the following packages. Manual intervention is required: cider - exit status 4

esmithes commented on 2023-05-19 16:13 (UTC)

also couldn't login and can confirm: nvm install/use v18.16.0 allowed me to build

carterparks commented on 2023-05-18 19:56 (UTC)

cider 1.6.1-6 seems to be missing some dependencies. It seems to require libxcrypt-compat and also didn't work with nodejs v20 installed. I switched my install to nodejs-lts-hydrogen and it built just fine. It's kind of odd cuz it seems to try to manually install node 18. On the bright side, I can login again!