summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-28Remove gitignore, not part of Arch packaging guidelinesCaleb Maclennan
The need for git ignore files is better served by a single parent .gitignore in the directory above all one's AUR packages (whether this is just a loose file or part of an `aurpublish` setup or whether `pkgctl` is being used). Each AUR package having its own missmatched ignore rules that behave differently depending on developer preferences is fairly disruptive because tooling doesn't behave the same between packages.
2024-03-26Fix nvchecker file locationCaleb Maclennan
2024-03-26Setup nvcheckerCaleb Maclennan
2020-04-02Update patchCaleb Maclennan
2020-04-02Adopt and revamp buildCaleb Maclennan
2019-09-14Update build process to latest masterWilliam Gathoye
2018-11-12Compile Go with PIE and remove unneeded log folder creationWilliam Gathoye
2018-07-17Fix systemd serviceWilliam Gathoye
2018-07-16Upgrade to 5.1.0 and reflect new path changesWilliam Gathoye
2018-04-22Upgrade to 4.9.0William Gathoye
2017-11-12The CARCH variable might be incorrect on ARM64/aarch64William Gathoye
2017-11-11Apply PKGBUILD changes from Mattermost packageWilliam Gathoye
2017-09-24Upgrade to 4.2 + fix repo splitWilliam Gathoye
2017-08-26Remove pngquant from build requirementsWilliam Gathoye
2017-08-14Update srcinfoWilliam Gathoye
2017-08-14The commit id was always the same, fix this.William Gathoye
We previously used a way to recover the last tag from all branches. However proceeding this way could leads in unattended behaviors. First, imagine we are in the release 4.0, and a bug fix appears for 3.6 afterwardsi. The latest tag is not 4.0.x but 3.6.x and the package is not updated. Second, the manner we were taking the tag was taking its fixed commit with it, not the latest commit available after the tag. Now, we are just using a more common manner to recover the commit id: we are prefixing it with the latest tag reachable from the **current** branch.
2017-07-10Bump to 4.0William Gathoye
2017-07-10Add note for local testsWilliam Gathoye
2017-06-18Add yarn dependencyWilliam Gathoye
2017-05-10Initial import from AUR package mattermost and update to 3.9William Gathoye