summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2019-05-15makepkg: install all dependencies simultanously, if possibleErich Eckner
2019-05-08makepkg: propagate error codes when package failed to sign correctlyEli Schwartz
2019-05-08makepkg: use more schema.sh to clean the environment of special variablesEli Schwartz
2019-05-08makepkg: fix bash 5 compatibility when packaging symlinks to a directoryEli Schwartz
2019-03-19Make makepkg compute sizes properlySantiago Torres
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz
2019-02-21makepkg: simplify run_pacman logicEli Schwartz
2019-02-21makepkg: implement locking for pacman commandsEli Schwartz
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo
2019-01-30makepkg: use --unneeded for pacman call in remove_deps()Allan McRae
2019-01-10makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz
2019-01-10makepkg: fix unguarded use of printfEli Schwartz
2019-01-10makepkg: add internal variable to track when we're building a packageEli Schwartz
2019-01-04makepkg: Make pkgdir a localJan Alexander Steffens (heftig)
2019-01-04makepkg: Create a single-package packaging functionJan Alexander Steffens (heftig)
2019-01-04makepkg: Only backup package variables onceJan Alexander Steffens (heftig)
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion
2018-11-27Split check_software() to libmakepkgQue Quotion
2018-11-27makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags tooEli Schwartz
2018-11-03makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printingEli Schwartz
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz
2018-10-21makepkg: use builtin globbing to print files in packageEli Schwartz
2018-10-21makepkg: use bash 4.4 to localize `set` without explicitly saving/restoringEli Schwartz
2018-09-19scripts: deduplicate localized copyright messagesEli Schwartz
2018-09-18Revert "makepkg: add whirlpool to the list of hashing algorithms"Eli Schwartz
2018-08-29makepkg: don't print status for run_function when in a subshellEli Schwartz
2018-08-29makepkg: fix pkgver() function not aborting on errorsEli Schwartz
2018-08-29makepkg: don't save the same shopts twiceEli Schwartz
2018-08-10scripts: pass on options such as set -x to child processesEli Schwartz
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)
2018-08-10makepkg: Simplify run_packageJan Alexander Steffens (heftig)
2018-08-10makepkg: Simplify SPLITPKG checkJan Alexander Steffens (heftig)
2018-07-27makepkg: optimize and fix BUILDINFO generation's use of awkEli Schwartz
2018-07-19Revert "makepkg: use the `declare` builtin when backing up variables to eval"Allan McRae
2018-06-18makepkg: fix erroneous $BUILDDIR when $startdir is not an absolute pathEli Schwartz
2018-06-18makepkg: Don't use parameterless returnJan Alexander Steffens (heftig)
2018-06-18makepkg: fix the --nocolor option being broken when passed to pacman -UEli Schwartz
2018-06-18makepkg: Clear ERR trap before trying to restore itJan Alexander Steffens (heftig)
2018-06-18makepkg: do not chmod $BUILDDIR itself after checking for its existenceEli Schwartz
2018-06-18makepkg: remove unused variable forgotten when moving to parseoptsEli Schwartz
2018-06-18makepkg: update help text to describe --packagelist's new behaviorEli Schwartz
2018-05-16Fix using run_pacman to invoke -Qi with sudoEli Schwartz
2018-05-14Remove all modelines from the projectEli Schwartz
2018-05-12Append architecture information to 'installed' elements in .BUILDINFORobin Broda
2018-05-12Add pkgarch to .BUILDINFORobin Broda
2018-05-12libmakepkg: only save the shellopts we needEli Schwartz
2018-05-12remove unneeded break argument from option parsingRafael Ascensão
2018-04-30makepkg: Fix listing of uninstalled depsAllan McRae
2018-03-15makepkg: use the `declare` builtin when backing up variables to evalEli Schwartz
2018-03-15libmakepkg: Add basic rules to lint makepkg.conf variablesEli Schwartz