summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-14doc: add a couple missing manpages from the html indexEli Schwartz
2019-01-14doc: keep manpages and html pages in syncEli Schwartz
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-10Add [ignored] to -Qu output for packages in repos that are not Usage = UpgradeAllan McRae
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae
2019-01-10Add -fstack-clash-protection to CFLAGS in debug builds if availableAllan McRae
2019-01-10be_local.c: remove aligment in local_pkg_opsAllan McRae
2019-01-10libalpm: parse {check, make}depends when reading databasemorganamilo
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-04libalpm/add.c: move assignment into conditional in alpm_add_pkgMichael Straube
2019-01-04Move skipping of duplicate sync/remove targets into libalpmMichael Straube
2019-01-04repo-add: don't break if delta package sources contain epochEli Schwartz
2019-01-04repo-remove: fix removing packages with deltasEli Schwartz
2019-01-04allow tests for disabled features to be skippedAndrew Gregory
2019-01-04tap.py: add skip_all functionAndrew Gregory
2019-01-04remove unused test summary codeAndrew Gregory
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