summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-26Changed cd argumentDaniel Bermond
No need to cd into $srcdir. It is already done internally by makepkg as a standard.
2017-03-26White spaces changingsDaniel Bermond
2016-07-01Fixed pkgver. Tab spaces.Bermond
2016-03-27Execute autogen.sh in build() instead of prepare()Bermond
Executing autogen.sh in build() prevents it to run when there is no new commits in git remote branch (no new version). In such cases only pkgver() is run, making it a more pleasant process. It looks like that newer pacman versions (5.0) execute prepare() before pkgver().
2016-01-09Initial commitBermond