summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg/lint_pkgbuild
AgeCommit message (Expand)AuthorFilesLines
2016-10-10lint_pkgbuild/pkgname: pkgname is not allowed to be emptyChristian Hesse1-0/+5
2016-02-20libmakepkg: increase robustness of the detection of array variablesAllan McRae1-3/+3
2016-01-25Fix testing of arrays status for arch specific variablesZuyi Hu1-1/+1
2016-01-04Update copyright years for 2016Allan McRae17-17/+17
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae1-12/+54
2015-11-23lint_pkgbuild: explicitly return valueAllan McRae5-4/+12
2015-11-05Refactor lint_source to work with earlier versions of BashAaron Campbell1-1/+1
2015-10-27libmakepkg: fix pkgver checkingAllan McRae1-2/+2
2015-09-22libmakepkg: remove declaration of unused local variablesAllan McRae1-1/+1
2015-09-22libmakepkg: return 1 on error in arch arrayAllan McRae1-2/+2
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae1-0/+65
2015-05-16makepkg: put further restrictions on pkgbaseAllan McRae1-0/+9
2015-05-16makepkg: merge validate_pkgver into check_pkgverAllan McRae1-8/+4
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae16-0/+790