Age | Commit message (Collapse) | Author |
|
|
|
Jelle van der Waa's blog had a post about how manpage gzipping was not
by default reproducible as it included the timestamp [1]. This makes the
same fix that Jelle did for the hyperfine package [2].
[1]: https://vdwaa.nl/arch-repro-july-2021.html#arch-repro-july-2021
[2]: https://github.com/archlinux/svntogit-community/commit/b3d5765435d94fbfe936d45fd0e8668bbc6ed047#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a
|
|
|
|
|
|
Update package building to match recommendations in [1] for optimization
as well as building a reproducible bytecode.
This also pins to /usr/bin/python instead of just calling python to
avoid possible issues with virtual environments when installing.
[1]: https://wiki.archlinux.org/index.php/Python%20package%20guidelines
|
|
This changes the save file location and permissions for the cache
directory. A message was added for upgrading to this from old versions.
|
|
|
|
|
|
|
|
|
|
The change from versions 0.1.* to 0.2.0 required this warning, the
following changes should only show the warning in such an upgrade
situation.
|
|
|
|
This changes the name of the installed hook from informant.hook to
00-informant.hook, which should enforce that it runs first among any
other pacman hooks.
|
|
Add note about data file format change.
|
|
Forgot to update permissions for the group to work right.
|
|
This adds an install file to create a group for informant to use.
|
|
This updates to the newest version which also provides a manpage, so an
install line was added to install the manpage.
|
|
|
|
|
|
|