summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-10-21message.sh: add modifications from output_format.shEli Schwartz1-0/+8
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz3-5/+5
2018-10-21makepkg: use builtin globbing to print files in packageEli Schwartz1-2/+5
2018-10-21makepkg: use bash 4.4 to localize `set` without explicitly saving/restoringEli Schwartz1-3/+3
2018-10-21bash-completion: disable completions for pacman --search operationsEli Schwartz1-0/+2
2018-10-21bash-completion: don't complete filenames when they're not wantedEli Schwartz1-6/+12
2018-10-21libmakepkg: fix linting arrays of empty stringsmorganamilo1-2/+2
2018-10-20Drop vestiges of SIZECMDDave Reisner1-1/+0
2018-09-19repo-add: add support for the zst formatEli Schwartz1-0/+1
2018-09-19makepkg: add support for the zst formatEli Schwartz1-0/+1
2018-09-19makepkg: lint_pkgver: Run even if PKGVERFUNCLuke Shumaker1-5/+0
2018-09-19makepkg: reject PKGBUILDs with both split and non-split package functionsEli Schwartz1-1/+8
2018-09-19libmakepkg/lint_config: fix lint_variable actually running the PKGBUILD lintEli Schwartz1-2/+2
2018-09-18scripts: deduplicate localized copyright messagesEli Schwartz5-6/+11
2018-09-18Revert "makepkg: add whirlpool to the list of hashing algorithms"Eli Schwartz1-1/+1
2018-08-29makepkg: don't print status for run_function when in a subshellEli Schwartz1-1/+4
2018-08-29makepkg: fix pkgver() function not aborting on errorsEli Schwartz1-0/+3
2018-08-29makepkg: don't save the same shopts twiceEli Schwartz1-5/+0
2018-08-10scripts: pass on options such as set -x to child processesEli Schwartz2-2/+2
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)7-18/+18
2018-08-10libmakepkg/util/option: Refactor checking to reduce code duplicationJan Alexander Steffens (heftig)1-53/+24
2018-08-10libmakepkg/util: use parameter transformation when checking variable typeEli Schwartz1-1/+1
2018-08-10makepkg: when signing packages, report package filename on failureEli Schwartz1-1/+1
2018-08-10libmakepkg: add pkgbase to linted variablesmorganamilo1-1/+1
2018-08-10makepkg: Simplify run_packageJan Alexander Steffens (heftig)1-8/+1
2018-08-10makepkg: Simplify SPLITPKG checkJan Alexander Steffens (heftig)1-3/+1
2018-08-10Add lz4 compression support to makepkgAlex Butler1-0/+1
2018-08-10scripts/completion: derive the bash completion directory from pkg-configEli Schwartz1-3/+8
2018-07-27makepkg: optimize and fix BUILDINFO generation's use of awkEli Schwartz1-6/+4
2018-07-27Pull updated translations from TransifexAllan McRae38-5058/+5059
2018-07-27makepkg: reduce strictness of pkgver in depends lintingEli Schwartz1-1/+2
2018-07-19libmakepkg: remove accidentally added fileAllan McRae1-0/+0
2018-07-19libmakepkg/tidy: fix debug sources not being properly detected sometimesEli Schwartz1-1/+1
2018-07-19Revert "makepkg: use the `declare` builtin when backing up variables to eval"Allan McRae1-4/+16
2018-06-18makepkg: don't print per-pkgname debug packagesEli Schwartz1-3/+4
2018-06-18Fix signing of debug packagesAllan McRae1-1/+1
2018-06-18makepkg: fix initialization when extracting arraysDave Reisner1-1/+5
2018-06-18Add missing sha224 sums in man page and lintingmorganamilo1-1/+2
2018-06-18makepkg: fix erroneous $BUILDDIR when $startdir is not an absolute pathEli Schwartz1-2/+2
2018-06-18makepkg: Don't use parameterless returnJan Alexander Steffens (heftig)1-7/+7
2018-06-18makepkg: fix the --nocolor option being broken when passed to pacman -UEli Schwartz1-1/+1
2018-06-18makepkg: Clear ERR trap before trying to restore itJan Alexander Steffens (heftig)1-0/+1
2018-06-18libmakepkg/lint_pkgbuild: squelch syntax error when a pkgname is emptyEli Schwartz1-2/+1
2018-06-18makepkg: do not chmod $BUILDDIR itself after checking for its existenceEli Schwartz1-1/+0
2018-06-18libmakepkg/lint_pkgbuild: permit versioned optdependsEli Schwartz1-5/+13
2018-06-18libmakepkg: when checking for write permissions, handle pre-existing dirsEli Schwartz1-5/+5
2018-06-18makepkg: remove unused variable forgotten when moving to parseoptsEli Schwartz1-1/+1
2018-06-18makepkg: update help text to describe --packagelist's new behaviorEli Schwartz1-1/+1
2018-05-28Pull updated translations from TransifexAllan McRae21-16013/+611
2018-05-16Fix using run_pacman to invoke -Qi with sudoEli Schwartz1-2/+2