summaryrefslogtreecommitdiffstats
path: root/contrib/PKGBUILD
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21Revised bash completionJouke Witteveen1-1/+1
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless.
2012-03-20Just those things you notice _after_ a releaseJouke Witteveen1-7/+7
Nothing special.
2012-03-19Release process changesJouke Witteveen1-2/+2
This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated.
2012-03-06More forgiving Makefile and added PKGBUILD creationJouke Witteveen1-0/+32
- As noted by Alfredo Palhares it is not always right to fail when the creation of symlinks did not succeed on installation through `make install`. - Building a package is now as easy as `make pkgbuild; makepkg`, although you probably should not execute makepkg inside the source tree.