Search Criteria
Package Details: cider-bin 1.6.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cider-bin.git (read-only, click to copy) |
---|---|
Package Base: | cider-bin |
Description: | Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Built from deb file on GitHub releases. |
Upstream URL: | https://github.com/ciderapp/cider.git |
Keywords: | applemusic bin cider |
Licenses: | AGPL3 |
Conflicts: | cider |
Provides: | cider |
Submitter: | Core_UK |
Maintainer: | Core_UK |
Last Packager: | Core_UK |
Votes: | 5 |
Popularity: | 0.010482 |
First Submitted: | 2022-06-26 17:23 (UTC) |
Last Updated: | 2024-06-17 14:39 (UTC) |
Dependencies (5)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxcrypt-compat
- nss (nss-hgAUR)
- libnotify (libnotify-gitAUR) (optional) – Playback notifications
Latest Comments
1 2 Next › Last »
Core_UK commented on 2024-02-09 10:00 (UTC)
Interesting. We did move cider 2 to a closed-source package where it does have. tar.zst release if you was not aware. To the looks of it, this fork reformats the entire project and changes the font and a few command line flags. Nice to see someone is doing something with it since it was abandoned, the codebase is very messy in all fairness.
ufo_driver commented on 2024-02-09 09:55 (UTC)
Discovered this fork https://github.com/Revival8697/Cider which continues maintenance. It has PKGBUILD recipe so I switched to it.
Core_UK commented on 2023-06-09 12:02 (UTC)
They match on my machine, I'm not entirely sure what's happened.
el1x commented on 2023-06-09 08:29 (UTC)
Currently, sha256 checksum does not match pkgbuild.
esskayesss commented on 2023-05-13 13:38 (UTC) (edited on 2023-05-13 13:38 (UTC) by esskayesss)
ln -sf "/opt/${_pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
causes trouble as /opt/Cider/cider-bin doesn't exist. I had to manually link it to /opt/Cider/cider.
Also, it fails to log me in.
Core_UK commented on 2023-03-05 10:42 (UTC)
Issue resolved. A incorrect release was made on the upstream repo.
Kimiblock commented on 2023-03-05 05:13 (UTC)
Octopi
failed to build:Core_UK commented on 2022-12-10 18:54 (UTC)
whoever flagged it, the -4 on the end is the PKGBUILD version, not the application version.
Core_UK commented on 2022-09-30 01:21 (UTC)
This was an unplanned version which has since been removed. 1.5.6 is the current version.
Deuchnord commented on 2022-09-27 06:38 (UTC)
pkgver
is declared twice on thePKGBUILD
(line 5 as a variable and line 19 as a function). This makesmakepkg
download a version of Cider that is not the one displayed by the AUR. Here, the AUR says the version available is 1.5.6, but when I build it, it is actually 1.5.7 (because it's the version returned by the function). Eventually, this makes the AUR helpers like yay complain about a version more recent on the system than on the AUR. Sometimes,makepkg
even installs unstable versions. Can you fix thePKGBUILD
so the installed version of the application is always the same as the one displayed by the AUR?1 2 Next › Last »