summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-12Append architecture information to 'installed' elements in .BUILDINFORobin Broda2-3/+10
2018-05-12Add pkgarch to .BUILDINFORobin Broda2-0/+5
2018-05-12libmakepkg: don't save/set/restore extglob in bash [[ testsEli Schwartz1-5/+0
2018-05-12libmakepkg: only save the shellopts we needEli Schwartz7-13/+13
2018-05-12libmakepkg/lint_pkgbuild: fix regression in linting depends=(foo=$epoch:$pkgv...Eli Schwartz6-11/+27
2018-05-12remove unneeded break argument from option parsingRafael Ascensão5-5/+5
2018-04-29makepkg: Fix listing of uninstalled depsAllan McRae1-1/+1
2018-04-29add missing newline to error messageAllan McRae1-1/+1
2018-04-29Initial translation preparation for pacman-5.1Allan McRae131-44701/+62766
2018-04-29Import updated translations from TransifexAllan McRae146-29712/+27550
2018-04-29Update POTFILES.inAllan McRae3-2/+30
2018-04-29libalpm.pc: migrate to Requires.privateEli Schwartz2-1/+8
2018-04-29libmakepkg/lint_pkgbuild: lint depends/etc. as if they are pkgnameEli Schwartz11-82/+312
2018-04-29libmakepkg/util/pkgbuild.sh: fix missing extglobEli Schwartz1-0/+6
2018-03-18pacman.conf.5: use consistent presentation for pathsChristian Hesse1-7/+7
2018-03-18makepkg --packagelist: fix listing debug packages with makepkg.confEli Schwartz1-2/+1
2018-03-15makepkg: use the `declare` builtin when backing up variables to evalEli Schwartz1-16/+4
2018-03-15libmakepkg: Add basic rules to lint makepkg.conf variablesEli Schwartz5-0/+164
2018-03-15libmakepkg/integrity: fix regression that broke --installEli Schwartz1-13/+10
2018-03-15makepkg: avoid false "Signing package(s)" msg when signing is disabledEli Schwartz2-5/+7
2018-03-14makepkg: refactor checking for write permissions into a utility functionEli Schwartz2-18/+24
2018-03-14Added gpg-agent.conf to disable the gnupg scdaemonEric Renfro via pacman-dev1-0/+6
2018-03-14make_aligned_titles: initialise wbufAllan McRae1-1/+1
2018-03-14PKGBUILD.5: Mention valid characters for archRikard Falkeborn1-1/+2
2018-03-14Update coyrights for 2018Allan McRae150-156/+156
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger6-0/+109
2018-03-14makepkg: set umask 0022 again after syncing depsFelix Glaser1-0/+4
2018-03-14Fix linting of whitespace in pkgverRikard Falkeborn1-1/+1
2018-03-14PKGBUILD.5: Mention that pkgver can't contain whitespaceRikard Falkeborn1-1/+2
2018-03-14makepkg: use localized date stringsYen Chi Hsuan1-3/+3
2018-03-14autoconf: bump AC_PREREQ to 2.64Huáng Jùnliàng1-1/+1
2018-03-14configure: bump libarchive requirementsHuáng Jùnliàng1-2/+2
2018-03-14doc/.gitignore: ignore all manpagesIvy Foster1-13/+1
2018-03-14pacman-conf.c: exit if cannot set rootdir or parse config fileIvy Foster1-1/+7
2018-03-14pacman-conf.c: exit if cannot create config data structureIvy Foster1-1/+4
2018-03-14pacman-conf.c: add short optionsIvy Foster1-8/+8
2018-03-14makepkg --packagelist: just list the built package files we will buildEli Schwartz2-9/+7
2018-02-06src/pacman/query.c: do not exit -Qo with error if file does not existIvy Foster1-15/+9
2018-02-06pacman/query.c: in query_fileowner, make is_dir an intIvy Foster1-1/+2
2018-01-19Deprecate --root in favour of --sysrootAllan McRae2-11/+2
2018-01-19Add BUILDINFO man pageJelle van der Waa2-1/+70
2018-01-19pacman-key: do not set a default keyserverEli Schwartz1-4/+0
2018-01-19vercmp: fail when the wrong number of arguments are providedEli Schwartz1-8/+5
2018-01-19Fix usage of install_packageEli Schwartz1-4/+4
2018-01-19use pacman-conf in bash completionJoel Teichroeb1-1/+5
2018-01-19use pacman-conf in scriptsAndrew Gregory3-22/+5
2018-01-19add pacman-conf utilityAndrew Gregory3-1/+455
2018-01-18extract default settings to separate functionAndrew Gregory2-78/+89
2018-01-18extract raw config file parserAndrew Gregory2-4/+10
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107