Package Details: exercism-bin 3.5.4-1

Git Clone URL: https://aur.archlinux.org/exercism-bin.git (read-only, click to copy)
Package Base: exercism-bin
Description: Command line client for exercism.io
Upstream URL: https://github.com/exercism/cli
Licenses: MIT
Conflicts: exercism
Provides: exercism
Replaces: exercism-cli
Submitter: linduxed
Maintainer: linduxed (esskayesss)
Last Packager: esskayesss
Votes: 77
Popularity: 0.121352
First Submitted: 2019-07-28 13:36 (UTC)
Last Updated: 2024-11-20 15:23 (UTC)

Latest Comments

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

hueftl commented on 2017-06-02 10:11 (UTC)

I can't install the package. It says License failed. Do I have something configured wrong, or is this an issue?

linduxed commented on 2017-04-02 08:08 (UTC)

Package updated to v2.4.0. Thank you for the helpful diff!

crabvk commented on 2017-03-29 13:57 (UTC) (edited on 2017-03-29 13:57 (UTC) by crabvk)

Update to 2.4.0 $ git clone https://aur.archlinux.org/exercism-cli.git $ cd exercism-cli/ $ curl 'https://friendpaste.com/20wv25hFJ2by4Y5vFvZMUB/original?rev=616438373064' | git apply

linduxed commented on 2016-09-15 21:04 (UTC)

Cacheability fixed.

linduxed commented on 2016-08-24 11:34 (UTC)

@antoyo: Good thing you figured it out! @eigengrau: Thanks for the information!

antoyo commented on 2016-08-23 13:07 (UTC)

@linduxed I deleted the cached files in the ~/.cache/pacaur directory and the package installed correctly. Thanks.

eigengrau commented on 2016-08-22 07:07 (UTC) (edited on 2016-08-22 07:07 (UTC) by eigengrau)

Hello linduxed. The checksum failing isn’t related to AUR helpers. makepkg supports caching all source files, which is why all sources specified within the PKGBUILD must have unique names. Since the exercism tarballs don’t include a version string, you must set the file name manually within the PKGBUILD, like this: source=(exercism-linux-$pkgver.tgz::https://example.com/exercism-linux.tgz)

linduxed commented on 2016-08-22 00:46 (UTC)

I just built the package from scratch on 64-bit and it finished without issues. Also, I tried to download the sources and manually checked the md5sums again: they seem to be correct. I think you might be experiencing a similar issue as vitoreiji once had, where his AUR helper messed something up.

antoyo commented on 2016-08-21 22:06 (UTC)

Hello. The new package cannot be installed. I get the following error: "failed to verify exercism-cli integrity" The md5sum for exercism-linux-64bit.tgz seems wrong. Thanks to fix this issue.

linduxed commented on 2016-08-21 13:55 (UTC)

Package updated to v2.3.0.