Age | Commit message (Collapse) | Author |
|
The git-makepkg-templates switched to dynamic adaptation to integrity
checks chosen in makepkg.conf. [1] The default checksums chosen reflect
recommendations from the Arch Linux Wiki and manual pages. [2]
[1]: https://github.com/dffischer/git-makepkg-templates/commit/e84d04b
[2]: https://aur.archlinux.org/cgit/aur.git/commit/?h=git-makepkg-templates-git&id=c2ccaaa
|
|
The gvpr subdirectory already hosts many of these scripts, so a user
would be more likely to discover it there, even though it is executable.
|
|
The script is executable, but belongs into /usr/share, complicating
moving around the set of all executables.
|
|
The pkgrepotools now use makepkg directly to generate the .SRCINFO,
which is possible since pacman commit aa9aa343 [1], released with
version 5. So everything done by mksrcinfo from pkgbuild-introspection
before needs only a sufficiently recent pacman now.
Conveniently, commit b0ae5972 [2], introducing multiple --template-dirs
to makepkg-template, which is necessary to use makepkg-expanded, was
released in the same version, so they can be denoted as a single
versioned optional dependency.
[1]: https://projects.archlinux.org/pacman.git/commit/?id=aa9aa343cbb391ccc2c2c1a3917f37a98e47105e
[2]: https://projects.archlinux.org/pacman.git/commit/?id=b0ae59724ed36242459a91c0f9c5ce036c46de41
|
|
Other packages usually depend on the package without any -git suffix.
This makes it possible to als satisfy these dependency requirements when
they target specific versions or version ranges.
|
|
As this project does not have any releases yet, all of its version
numbers are revisions which start with the letter 'r' and thus are
regarded smaller than any number, indicating a need to update even a
current installation. Revision zero instead is in turn smaller than any
other revision and leads to the correct behaviour.
|
|
|