summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-09-15Bump versionXZS
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.
2024-09-15Declare independent from architectureXZS
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.
2024-09-15Apply updates from templateXZS
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.
2016-02-07version provided non-git variantXZS
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.
2015-08-18expand templateXZS
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.
2015-08-18initial import from old AUR version 3XZS