summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-02-21libmakepkg: migrate to schema.sh for integsumsEli Schwartz
2019-02-21makepkg: simplify run_pacman logicEli Schwartz
2019-02-21makepkg: implement locking for pacman commandsEli Schwartz
2019-02-04fix various typosmorganamilo
2019-01-31libmakepkg: lint disallowed architecture specific variablesmorganamilo
2019-01-31libmakepkg: lint disallowed variables in package()morganamilo
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo
2019-01-30makepkg: use --unneeded for pacman call in remove_deps()Allan McRae
2019-01-30libmakepkg: Add lzip ext supportChloe Kudryavtsev
2019-01-22libmakepkg: move checkdepends to the correct arraymorganamilo
2019-01-22libmakepkg: Implement extendable signature verificationEli Schwartz
2019-01-22libmakepkg: implement extendable source protocolsEli Schwartz
2019-01-22libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz
2019-01-22libmakepkg: make gettext replacements more templatedEli Schwartz
2019-01-16libmakepkg: disallow using 'any' with other archesmorganamilo
2019-01-14meson: fix regression that broke building libmakepkgEli Schwartz
2019-01-10makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz
2019-01-10libmakepkg: simplify splitting command output into arrayEli Schwartz
2019-01-10libmakepkg: add routine for linting $SOURCE_DATE_EPOCHEli Schwartz
2019-01-10makepkg: fix unguarded use of printfEli Schwartz
2019-01-10makepkg: check_pkgrel: Don't say "decimal" in the error messageLuke Shumaker
2019-01-10makepkg: Better error messages for versions in (check, make, opt)depends/prov...Luke Shumaker
2019-01-10libmakepkg/lint_pkgbuild: check for invalid variables even if they're emptyEli Schwartz
2019-01-10makepkg: fix broken check for the fakeroot binaryEli 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)
2019-01-04repo-add: don't break if delta package sources contain epochEli Schwartz
2019-01-04repo-remove: fix removing packages with deltasEli Schwartz
2018-12-12meson: remove useless mkdir -pEli Schwartz
2018-12-10scripts/library: fix typo in READMEMichael Straube
2018-12-04libmakepkg/executable: don't rely on scoped value of $ret to flag outcomesEli Schwartz
2018-11-28scripts: make repo-add utilize a wrapper as wellEli Schwartz
2018-11-28autotools: be more accurate in comments when generating processed scriptsEli Schwartz
2018-11-28scripts: fix some inaccurate Makefile targets, and be more templatedEli Schwartz
2018-11-28scripts: fix repo-remove/elephant Makefile targetsEli Schwartz
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion
2018-11-27Split check_software() to libmakepkgQue Quotion
2018-11-27scripts/meson: ensure wrapper scripts are executableDave Reisner
2018-11-27makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags tooEli Schwartz
2018-11-27buildsys: remove size_to_humanDave Reisner
2018-11-27meson: separate out wrapped from non-wrapped scriptsDave Reisner
2018-11-03repo-add: print the name of the database when extractingEli Schwartz
2018-11-03makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printingEli Schwartz
2018-11-03pacman-key: just accept one file to verify, and enforce detached sigsEli Schwartz
2018-11-02meson: add a wrapper to bootstrap scripts from within build dirDave Reisner
2018-11-02Add meson.build files to build with mesonDave Reisner
2018-10-21Port scripts to use libmakepkg's messaging code.Eli Schwartz
2018-10-21message.sh: add modifications from output_format.shEli Schwartz