Age | Commit message (Collapse) | Author |
|
|
|
Apart from version bumping, remove the completion file installation, as
these files are no longer present in the extracted archives.
|
|
This package used to be called "exercism-cli". For the few that would
upgrade from "exercism-cli" to "exercism-bin", this line will let them
know that these are not compatible packages.
|
|
This patch updates to conform to how the new releases are structured.
* Do not download the completions separately from the release.
* Add fish completion.
* Extract release URL to variable.
Contributor: patrick96 <p dot ziegler96 at gmail dot com>
|
|
|
|
Since the package provides pre-compiled binaries, the name should better
reflect this (to be in line with AUR conventions).
|
|
The sha256sum for LICENSE was mistakenly not updated in the last patch.
|
|
|
|
Installing with an AUR helper failed, so I'm assuming that this is
a similar problem to one that happened some months ago:
When an AUR helper caches source files, the files that may change need
to have a version in their name.
|
|
|
|
|
|
|
|
|
|
|
|
Also update checksums for completion files.
|
|
The contents of this patch should have been included in the last commit.
|
|
|
|
|
|
|
|
Why not? It's the future, right?
|
|
Based on what I've seen in other packages, the package version should be
comprised of numbers and dots, with no leading "v" or something like it.
|
|
Since the exercism tarballs don't have a version number in their names,
if makepkg finds an old tarball in the build directory or in the cache
it will complain about the tarball's integrity.
Make makepkg download tarballs with a versioned name to prevent this.
|
|
|
|
|
|
|