Package Details: cider 1.6.3-9

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: 23
Popularity: 0.049359
First Submitted: 2021-12-08 22:09 (UTC)
Last Updated: 2025-01-15 14:18 (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

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

petronny commented on 2023-04-09 15:19 (UTC)

There is an extra dot in the pkgver.

<deleted-account> commented on 2023-04-03 15:55 (UTC)

@Core_UK Sorry about that. Github doesn't give any indication when the branches were changed so it looked like you were just bumping without testing to me. Btw, the current pkgrel is supposed to be 3 but there is no fixing it now. Here is how you should be using pkgrel https://wiki.archlinux.org/title/PKGBUILD#pkgrel, hope you keep this in mind the next time you update the PKGBUILD.

Core_UK commented on 2023-04-03 15:03 (UTC) (edited on 2023-04-03 15:05 (UTC) by Core_UK)

sp1cyf0x I appreciate your comment, I was the person who removed the stable branch as it was redundant. This was only removed yesterday; I just couldn't make a patch the PKGBUILD until today. This package does not do anything anymore, the Cider repository has become stale as we have our priorities set on Cider 2. So please try your best to be a little patient next time. If it really gets to it, try patching the PKGBUILD yourself.

<deleted-account> commented on 2023-04-03 04:33 (UTC)

You literally just changed the pkgver, the pkgrel stays the same. There is no stable branch in the git repo. I don't really want to say it but shouldn't you put some effort in maintaining this?

<deleted-account> commented on 2023-03-30 02:12 (UTC)

Yesterday, the pnpm package was updated to version 8.0.0, but it appears that there was an issue when attempting to run 'pnpm i' using yay -S cider, as a package lock error was displayed.

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.

luigibu commented on 2022-11-30 12:55 (UTC)

Is there any way to tell cider to use another port instead 9000? is in conflict with my debugger.

jpheckles commented on 2022-10-27 00:49 (UTC)

Package will not build using Paru. This is due to the file Cider/src/resources/version.sh needing to be chmoded after each time that git pull in the PKGBUILD is run. After making the file executable, it builds fine with makepkg but still not Paru.

Note: Have not tried other AUR helpers.

petronny commented on 2022-10-05 06:00 (UTC)

Hi, I don't think this can be built on armv7h.

It will download electron from https://github.com/castlabs/electron-releases/releases/tag/v21.0.0%2Bwvcus which doesn't provide any linux arm build.

chiyuki0325 commented on 2022-08-20 23:37 (UTC)

package won't build on Node.js greater than 17. Use nodejs-lts-gallium instead of nodejs can build.