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.
|
|
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.
|
|
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.
|
|
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.
|
|
|