summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04silence warning when built without curlAndrew Gregory
2018-12-25update NEWS for v5.1.2Andrew Gregory
2018-12-25update NEWS for v5.0.2Andrew Gregory
2018-12-12meson: add trailing slashes to directory components in configuration definesEli Schwartz
2018-12-12meson: install the directories needed for successful pacman operationEli Schwartz
2018-12-12meson: remove useless mkdir -pEli Schwartz
2018-12-10Enable additional debug flags/logging with debugoptimized buildsDave Reisner
2018-12-10scripts/library: fix typo in READMEMichael Straube
2018-12-10check localdb before upgrading packageAndrew Gregory
2018-12-04libmakepkg/executable: don't rely on scoped value of $ret to flag outcomesEli Schwartz
2018-12-04Make `make distcheck` work when bash-completion is installed.Eli Schwartz
2018-12-03configure.ac: use $datarootdir instead of $prefix/shareAllan McRae
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-28meson: be more accurate in comments when generating processed scriptsEli Schwartz
2018-11-28build-aux: rm annoying and useless fileEli Schwartz
2018-11-28add missing tests to meson.buildAndrew Gregory
2018-11-28common/ini: remove unnecessary alpm includeAndrew Gregory
2018-11-27require actual siglevel for defaultAndrew Gregory
2018-11-27always allow explicit empty siglevel for sync dbsAndrew Gregory
2018-11-27add specific error for missing gpg supportAndrew Gregory
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-27Remove Doxyfile from EXTRA_DISTAllan McRae
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-23Dynamically generate Doxyfile from inputDave Reisner
2018-10-21Port scripts to use libmakepkg's messaging code.Eli Schwartz
2018-10-21message.sh: add modifications from output_format.shEli 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-10-21bash-completion: disable completions for pacman --search operationsEli Schwartz
2018-10-21bash-completion: don't complete filenames when they're not wantedEli Schwartz
2018-10-21handle EINTR while polling scripts/hooksAndrew Gregory
2018-10-21reset signal handlers before running scripts/hooksAndrew Gregory
2018-10-21libmakepkg: fix linting arrays of empty stringsmorganamilo
2018-10-20Drop vestiges of SIZECMDDave Reisner
2018-10-20libalpm: process needed before group selectionmorganamilo
2018-10-20pacman: don't error when a group exists but all packages are ignoredmorganamilo
2018-10-18Port pactest to python3Dave Reisner