Package Details: cider-bin 1.6.2-3

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 binary cider
Licenses: AGPL3
Conflicts: cider
Provides: cider
Submitter: Core_UK
Maintainer: Core_UK
Last Packager: Core_UK
Votes: 5
Popularity: 0.51
First Submitted: 2022-06-26 17:23 (UTC)
Last Updated: 2023-07-07 11:54 (UTC)

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:

[kimiblock@moeOS ~]$ /bin/bash -c "yay -S --aur cider-bin;echo 'Press any key to continue...'"
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  cider-bin-1.5.9-1

  1 cider-bin                                (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/kimiblock/.cache/yay/cider-bin
:: (1/1) Downloaded PKGBUILD: cider-bin
  1 cider-bin                                (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: cider-bin
==> Making package: cider-bin 1.5.9-1 (Sun 05 Mar 2023 01:07:07 PM CST)
==> Retrieving sources...
  -> Found cider.desktop
==> Validating source files with sha256sums...
    cider.desktop ... Passed
==> Making package: cider-bin 1.5.9-1 (Sun 05 Mar 2023 01:07:09 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cider.desktop
==> Validating source files with sha256sums...
    cider.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting pkgver()...
==> Updated version: cider-bin 1.6.0.beta.089-1
==> Sources are ready.
==> Making package: cider-bin 1.6.0.beta.089-1 (Sun 05 Mar 2023 01:07:13 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
Building Cider on v1.6.0.beta.089 : [Downloading Debian Package] | Extracting Package | Done
Building Cider on v1.6.0.beta.089 : Downloading Debian Package | [Extracting Package] | Done
ar: *.deb: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: cider-bin
Press any key to continue...

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 the PKGBUILD (line 5 as a variable and line 19 as a function). This makes makepkg 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 the PKGBUILD so the installed version of the application is always the same as the one displayed by the AUR?