Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2020-01-29makepkg: install all dependencies simultanously, if possibleErich Eckner
2020-01-28makepkg: add CRC checksums and set these to be the defaultAllan McRae
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz
2019-11-26makepkg: add the $startdir to package .BUILDINFOEli Schwartz
2019-11-06Remove "Generated from ...; do not edit by hand" from scriptsAllan McRae
2019-11-06makepkg: replaces sed in-place with built in substitutionEthan Sommer
2019-10-30makepkg: only run --clean actions if we built a packageEli Schwartz
2019-10-30makepkg: do not count hard links multiple times when calculating pkg sizeEli Schwartz
2019-10-30makepkg: protect against unexpected whitespace in filenamesEli Schwartz
2019-10-23Update copyright yearsAllan McRae
2019-10-09makepkg: do not save fflags when creating packagesEli Schwartz
2019-10-07makepkg: propagate E_REMOVE_BUILD_DEPSAlad Wenter
2019-10-07makepkg: remove makedepends before installing built packageErich Eckner
2019-10-07makepkg: wait for process to finishAllan McRae
2019-10-07makepkg: Delete logpipe when exitingAustin Lund
2019-06-25makepkg: do not exit immediately on dependency install failuresAllan McRae
2019-05-28makepkg: also move restore_envvars handling into libmakepkgEli Schwartz
2019-05-28makepkg: move config loading into libmakepkgEli Schwartz
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