summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-02-12pkgver() must not produce any superfluous output.Tilman Blumenbach
Usually, makepkg just takes the stuff that pkgver() prints to stdout, so we can output any log messages to stderr. However, when makepkg is in logging mode ("makepkg -L ..."), then it merges stdout and stderr together and uses the result as the pkgver (I'm sure that's a bug!), which breaks the build horribly due to us logging things. So do not log anything at all now.
2016-11-07Revert all the misguided pacaur workarounds.Tilman Blumenbach
2016-11-07Work around bug in mksrcinfo.Tilman Blumenbach
2016-11-07Work around pkgver()-related bug in pacaur.Tilman Blumenbach
2015-08-13Only redownload data file if necessary.Tilman Blumenbach
2015-08-13pkgver() cannot generate abort the build on errors, so just show warnings.Tilman Blumenbach
2015-08-13Download newest data file from author's website.Tilman Blumenbach
2013-09-28Added some of my AUR packagesTilman Blumenbach