Thanks, though this is a -git package, which should be using this package versioning, I'll switch it to that branch
Created a stable package
Git Clone URL: | https://aur.archlinux.org/protondb-tags-git.git (read-only, click to copy) |
---|---|
Package Base: | protondb-tags-git |
Description: | Pull ratings from ProtonDB and import them into your Steam library as tags. |
Upstream URL: | https://github.com/CorruptComputer/ProtonDB-Tags |
Licenses: | MIT |
Conflicts: | protondb-tags |
Provides: | protondb-tags |
Submitter: | shaybox |
Maintainer: | eclairevoyant |
Last Packager: | shaybox |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-20 00:42 (UTC) |
Last Updated: | 2020-02-01 03:35 (UTC) |
Thanks, though this is a -git package, which should be using this package versioning, I'll switch it to that branch
Created a stable package
Hey ShayBox, just wanted to let you know that the project has versioned releases now. Also the master branch will only ever be updated to the latest versioned release, all development work is now done in the dev branch.
@ShayBox Thanks for the quick fix. It is better to have it working with this "workaround", rather than waiting for dev to rename repo, but I agree with you.
Alright, I fixed the PKGBUILD temporarily, the dev should have renamed the script at the same time as renaming the repository, so as the repository is still named protondb-to-steam-library, that's what the package and script will be named, once the repository renames I will merge this into a new package and change the script name, to reduce people running into issues with unexpectedly renaming the script.
Script was renamed from ProtonDB-to-Steam-Library.py
to ProtonDB-Tags.py
.
PKGBUILD needs to be modified to fix build crash issue.
Thanks @yochananmarqos for letting me know about that I updated the version number and added the license
Please see the VCS package guidelines:
If there are no tags then use number of revisions since beginning of the history:
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
r1142.a17a017
You do not need to include python
as a dependency as python-vdf
requires it. You also need to include the license file.
There are 3 packages:
protondb-tags
: Stable tagged releases
protondb-tags-git
: Stable latest git commit
protondb-tags-dev-git
: Dev latest git commit
Pinned Comments
shaybox commented on 2019-06-10 19:52 (UTC) (edited on 2019-11-01 03:47 (UTC) by shaybox)
There are 3 packages:
protondb-tags
: Stable tagged releasesprotondb-tags-git
: Stable latest git commitprotondb-tags-dev-git
: Dev latest git commit