Package Details: tldr-cpp-git 1.7.2-1

Git Clone URL: https://aur.archlinux.org/tldr-cpp-git.git (read-only, click to copy)
Package Base: tldr-cpp-git
Description: The all-in-one tldr client for users and contributors
Upstream URL: https://github.com/marchersimon/tldr-cpp.git
Keywords: tldr
Licenses: GPL3
Conflicts: tldr
Provides: tldr
Submitter: marchersimon
Maintainer: marchersimon
Last Packager: marchersimon
Votes: 2
Popularity: 0.000000
First Submitted: 2021-08-19 18:19 (UTC)
Last Updated: 2022-05-01 11:50 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

FabioLolix commented on 2022-12-11 15:48 (UTC)

The pkgver() still isn't valid https://github.com/marchersimon/tldr-cpp/issues/5#issuecomment-914570947

marchersimon commented on 2021-09-01 14:38 (UTC) (edited on 2021-09-01 14:38 (UTC) by marchersimon)

I've added a pkgver() function now and it seems to work

FabioLolix commented on 2021-08-22 18:47 (UTC)

I increment the version number every time I do a major update to my code.

In a VCS pkgbuild what is downloaded is not what you put in pkgver=, always the latest commit is downloaded

I've looked at your repository to see what pkgver() is more appropriate and you hava made no 'git tag' so far https://github.com/marchersimon/tldr-cpp/releases

marchersimon commented on 2021-08-22 18:41 (UTC) (edited on 2021-08-22 18:46 (UTC) by marchersimon)

If you update the version manually there is no correlation between pkgver= and what is build

I increment the version number every time I do a major update to my code.

But either way, I'll look into how the pkgver function works and implement one in the next few days

FabioLolix commented on 2021-08-22 18:37 (UTC)

Yes, it is.

If you are don't comfortable with VCS pkgbuilds make a stable one.

At least for know I prefer updating the version number manually

If you update the version manually there is no correlation between pkgver= and what is build

marchersimon commented on 2021-08-22 18:14 (UTC)

Thanks for your feedback. Is the pkgver function mandatory? At least for know I prefer updating the version number manually, since I'm still trying to figure out how most of this works.

FabioLolix commented on 2021-08-22 18:04 (UTC)

Hello,