summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26update docs - set initial parabola versionparabolabill-auger
2020-10-26rename script pacaur->pacpurbill-auger
2020-10-26rename CLI option --aur -> --purbill-auger
2020-10-26wip - rename *aur*->*pur* - squash these 7 'rename *aur*->*pur*' commitsbill-auger
2020-10-26wip - rename *aur*->*pur*bill-auger
2020-10-26wip - rename *aur*->*pur*bill-auger
2020-10-26wip - rename *aur*->*pur*bill-auger
2020-10-26wip - rename *aur*->*pur*bill-auger
2020-10-26wip - rename *aur*->*pur*bill-auger
2020-10-26rename *aur*->*pur*bill-auger
2020-10-26clean-up litterbill-auger
2019-12-30remove early NothingToDoEthan Sommer
2019-12-30Clean $srcdir before running prepare()Willem Mulder
2019-12-30Fix passing package list through stdin using -Ethan Sommer
2019-11-03Merge pull request #16 from Morganamilo/neededE5ten
2019-11-03disable nounsetEthan Sommer
2019-11-03Imply --needed for --develmorganamilo
2019-10-18support AUR_SEEN for package diffs, syntax changesEthan Sommer
2019-09-22fix MakefileEthan Sommer
2019-09-19fix typo from last commitEthan Sommer
2019-09-19improved auracle info caching, improve option parsing by removing the if stat...Ethan Sommer
2019-08-26syntax changes, don't run auracle search with no packages causing an error to...Ethan Sommer
2019-08-24remove variables from localization quoted arguments to Proceed(), switch some...Ethan Sommer
2019-08-23replace uses of array=($(command)) where word splitting is not needed with ma...Ethan Sommer
2019-08-23add braces around all remaining variablesEthan Sommer
2019-08-23use mapfile instead of array=() for arrays assigned to CommArr() output, mino...Ethan Sommer
2019-08-22add braces to variables longer than 1 character, other minor syntax changesEthan Sommer
2019-08-22syntax changes, should be NFCEthan Sommer
2019-08-22simplify grouping of split packagesEthan Sommer
2019-08-21fix split packagesEthan Sommer
2019-08-21syntax changes NFCEthan Sommer
2019-08-13cache information from auracle (within each run of pacaur not between them) t...Ethan Sommer
2019-07-26replace option checking based on variable being set or not with variable valu...Ethan Sommer
2019-07-04fix restoration of env vars, and -ShEthan Sommer
2019-05-08Merge pull request #11 from Morganamilo/happy-calcAnna
2019-05-08Better spelling of "re-add"morganamilo
2019-05-04fix checkrequires by making expac command check only specified packages not alle5ten
2019-05-03replace json parsing with immediate splitting of auracle info into bash assoc...e5ten
2019-05-03syntax changes, mostly in how arrays are assigned in some placese5ten
2019-05-03remove CheckUpdates in favour of auracle sync, replace early opt-parsing for ...e5ten
2019-05-03use CommArr instead of manually calling comm on 2 arrays in one place and rep...e5ten
2019-05-03compare arrays in CommArr using comm and sort, switch back to for loop for ea...e5ten
2019-05-03remove unused function for array duplicates, assign variables with versioning...e5ten
2019-05-03replace many uses of grep, clean some things up and change some syntaxe5ten
2019-05-03simpify a lot of conditional checks to not use if, add a lot of line breaks t...e5ten
2019-05-03remove use of variables with same name as arrays, some cleaning of local and ...e5ten
2019-05-03move long greps into function DiffArr(), change quoting, break some lines to ...e5ten
2019-05-03Remove fallback option, no reason to have an AUR helper default to only using...e5ten
2019-05-03update Makefile to set version in pacaur script based on gite5ten
2019-05-03syntactic changes, mainly quoting, * instead of @ in checking for array in [[...e5ten