summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-27Remove 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.
2018-09-01Cleanup bash shell quoting using shellhardenCaleb Maclennan
2018-09-01Regenerate obsolete meta data using `makepkg --printsrcinfo`Caleb Maclennan
2018-09-01Update .gitignore file for easy bulk repository managementCaleb Maclennan
2018-03-01Normalize .gitignore orderCaleb Maclennan
Generated with: touch .gitignore git add .gitignore git ls-files | sed -e 's#^#!./#' | cat <<< '*' >| .gitignore git add .gitignore git ci -m "Add .gitignore file for easier repository management"
2018-02-28Add .gitignoreCaleb Maclennan
2018-02-03Update PKGBUILD format so it builds againCaleb Maclennan
2017-08-28Set arch to 'any' per @haawda's suggestionCaleb Maclennan
2014-11-02update credits and update obsolete syntax in aspell-trCaleb Maclennan
2014-11-01add state of aspell-tr package as adoptedCaleb Maclennan