summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2016-05-05Add -m/--nocolor options to updpkgsumsAshley Whetter1-7/+16
2016-05-05fix spelling mistakesEric Engestrom1-3/+3
2016-02-26makepkg: Remove upx and optipng supportAllan McRae1-1/+1
2016-02-20Bring makepkg zsh completions up to dateDoug Newgard1-8/+13
2016-01-29Update zsh completion for pacman 5Daniel Wallace1-2/+39
2016-01-29bash_completion: update pacman completionAllan McRae1-5/+9
2016-01-27bash_completion: update makepkg completionAllan McRae1-6/+7
2016-01-04Update copyright years for 2016Allan McRae3-5/+5
2016-01-04zsh_completion: add -q/--quiet for -Q/-SDaniel Hahler1-0/+2
2016-01-04Replace mktemp's --tmpdir option with shell code.Alastair Hughes2-3/+3
2015-11-28pacdiff: do not require DIFFPROG for -o/--outputEvangelos Foutras1-1/+1
2015-11-03zsh_completion: Handle --ignore/--ignoregroup correctlyMohammad Alsaleh1-4/+17
2015-10-27zsh_completion: Add --asdeps/--asexplicit to -U optionsMohammad Alsaleh1-0/+2
2015-10-18contrib/checkupdates: separate fakeroot call and commandAllan McRae1-1/+1
2015-02-12paccache: added --quiet optionMaxim Andersson1-4/+10
2015-02-01add option to optimize PNG images with optipngChristian Hesse1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae3-5/+5
2015-02-01Merge branch 'maint'Allan McRae3-6/+6
2015-02-01contrib: remove fakeroot option from PKGBUILD.vimAllan McRae1-1/+1
2015-02-01Add --noarchive to makepkg's zsh completionJeffrey Tolar1-0/+1
2015-02-01Remove --asroot from makepkg's completionsJeffrey Tolar2-5/+4
2015-01-21remove support for .pacorig filesAndrew Gregory2-3/+3
2015-01-11Merge branch 'maint'Allan McRae1-0/+2
2015-01-11paccache: exit in case of pacman error when -u flag is usedDario Giovannetti1-0/+2
2015-01-02Merge branch 'maint'Allan McRae1-5/+3
2015-01-02updpkgsums: retain permissions on rewritten PKGBUILDDave Reisner1-5/+3
2014-12-24checkupdates: include package versions in outputEvangelos Foutras1-1/+1
2014-12-24checkupdates: show error when fakeroot is missingEvangelos Foutras1-0/+8
2014-12-21paclist: fix myver in usage()Evangelos Foutras1-1/+1
2014-12-19updpkgsums: add more error checking before replacementv4.2.0Dave Reisner1-2/+2
2014-12-18updpkgsums: drop in-place rewrite hack, use a tempfileDave Reisner1-14/+23
2014-11-21Remove pacsyscleanAllan McRae4-72/+0
2014-11-19checkupdates: do not print ignored packagesAllan McRae1-1/+1
2014-11-09Add --assume-installed to shell completionFlorian Pritz2-3/+6
2014-11-05bash_completion: add --noarchive to makepkg's completionsDave Reisner1-1/+1
2014-11-05updpkgsums: avoid exec'ing awk, so the trap actually worksDave Reisner1-1/+1
2014-11-04Exit with 0/SUCCESS if there are no packages to removeEric Schultz1-1/+1
2014-10-19paccache: avoid spurious blank line written to stderrDave Reisner1-1/+1
2014-09-30paccache: parse_filename bug fixMaxim Andersson1-1/+6
2014-09-30updpkgsums: update to recognize arch-specific sourcesDave Reisner1-1/+1
2014-09-15updpkgsums: use a throwaway build dirDave Reisner1-0/+2
2014-09-15paccache: read default cachedir from pacman.confDave Reisner1-2/+21
2014-09-15paccache: add support for multiple cachedirsMaxim Andersson1-23/+37
2014-08-03pacdiff: allow DIFFPROG to contain commandline optionsAllan McRae1-3/+3
2014-03-03pacsearch: factored -Ss and -Qs parts into one single functionPierre Neidhardt1-35/+20
2014-03-03pacsearch: pattern arguments work as for pacmanPierre Neidhardt1-28/+13
2014-03-03pacsearch: fields are treated uniformly when printingPierre Neidhardt1-10/+10
2014-03-03pacsearch: removed redundant sortingPierre Neidhardt1-28/+19
2014-03-03pacsearch: indexing by 'name version' instead of 'name'Pierre Neidhardt1-3/+3
2014-03-03pacsearch: removed useless commentPierre Neidhardt1-1/+0