summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-07-16Bump version for v0.11.0Richard Bradfield
2020-06-25Bump version for v0.10.1Richard Bradfield
2020-06-14Bump version for v0.10.0Richard Bradfield
2020-05-27Make PKGBUILD shell quoting consistentRichard Bradfield
Run shellharden to make the use of braces around variable expansion consistent, and swap the loop for installing man pages with the correct invocation of `install`.
2020-05-26Generate and install manpagesRichard Bradfield
2020-05-26Bump version for v0.9.0Richard Bradfield
2020-05-12Updated for 0.8.0rarmknecht
2020-04-24Bump version for v0.7.0Richard Bradfield
2020-04-01Bump version for v0.6.4Richard Bradfield
2020-04-01Bump version for v0.6.3Richard Bradfield
2020-03-20Bump version for v0.6.2Richard Bradfield
2020-03-07Bump version to 0.6.1Richard Bradfield
Also build and install shell completions where supported.
2020-03-04Bump versions for v0.6.0Richard Bradfield
2020-02-21Bump versions for v0.5.7Richard Bradfield
2020-02-20Bump release versions for 0.5.6Richard Bradfield
2020-02-18Change makedepends to require goRichard Bradfield
Rather than explicitly requiring go-pie, we change back to requiring the base `go` package and leave it up to the user which version of the compiler package they want to have installed.
2020-02-16More PKGBUILD clean upRichard Bradfield
- Remove glibc from makedepends since it's already a runtime dep - Remove the superfluous comment at the top of the PKGBUILD - Fix inconsistent indentation - Use relative paths in the package() stage
2020-02-14Use updpkgsums format for sha256sumsRichard Bradfield
No change to the built package, so no bump to the release version or .SRCINFO
2020-02-14Change arch to x86_64Richard Bradfield
2020-02-14Adhere to Wiki Go Packaging GuidelinesRichard Bradfield
Change makedepends to request go-pie instead of go, honour system LDFLAGS and supply -trimpath.
2020-02-14Bump version for v0.5.5Richard Bradfield
2020-02-07Bump version to v0.5.4Richard Bradfield
Also include the README documentation in the appropriate location.
2020-02-04Add github-cli source build to AURRichard Bradfield