Age | Commit message (Collapse) | Author |
|
Changes in the code did not only restore compatibility with current Waf
versions, but also restored proper build of the package itself, as the
affected Waf code is also used to build the package.
|
|
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.
|
|
This is pure Python code. It runs on any architecture. Declaring it
otherwise was most probably an oversight, simply forgetting to adapt the
PKGBUILD template in this line.
|
|
The template introduced two improvements: The checksum type now mirrors
the ones configured in makepkg.conf. And an incompatibility with newer
makepkg versions was fixed.
|
|
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.
|
|
Accidentally, the unexpanded template marker was committed. To make it
work normally, without applying makepkg-template to the PKGBUILD,
distributing with an expanded template is more appropriate.
|
|
|