Age | Commit message (Collapse) | Author |
|
Newer makepkg versions properly remove the empty line at the end of the
file, silencing any warnings from Git about it.
This is a purely aesthetic change. The pkgrel does not need to be
updated as no functionality changed.
|
|
The makepkg template used in the PKGBUILD [1] introduced two
improvements: The checksum type now mirrors the ones configured in
makepkg.conf. [2] And an incompatibility with newer makepkg versions was
fixed. [3]
[1]: https://github.com/dffischer/git-makepkg-templates
[2]: https://github.com/dffischer/git-makepkg-templates/commit/e84d04b188fd1ad741e5c7956d365734e4853d2a
[3]: https://github.com/dffischer/git-makepkg-templates/commit/d91fca9b16dd03bc0bf924dbd95dd24b06e232fe
|
|
This reverts "add mksrcinfo header".
The .SRCINFO is now generated by "makepkg --printsrcinfo" which does no
longer include any header since commit f63854f [1], released with pacman
version 5.0.1.
[1]: https://projects.archlinux.org/pacman.git/commit/?id=f63854fa96f658ca5bdf2c21a1cd33cf4e3fbdbd
|
|
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.
|
|
The new version of mksrcinfo released with the recent update to
pkgbuild-introspection adds a header to all .SRCINFO files.
|
|
Resurrect an abandoned package from the old AUR version 3.
|