aboutsummaryrefslogtreecommitdiff
path: root/auria.sh
AgeCommit message (Collapse)Author
2018-12-26Fix license notesEinhard Leichtfuß
2018-11-29https linksEinhard Leichtfuß
2018-11-29Fix incorrect variable nameEinhard Leichtfuß
2018-11-29Properly differentiate between local and ↵Einhard Leichtfuß
repository pkgs
2018-04-02Use $VISUAL, if availableEinhard Leichtfuß
Also, add a few things TODO.
2018-04-02Inform about resolved dependenciesEinhard Leichtfuß
It might get boring elsewise.
2018-04-01Add dependency and stuff TODOEinhard Leichtfuß
2018-03-29Update copyright informationEinhard Leichtfuß
Also, update depency notes.
2018-03-29Make split packages workEinhard Leichtfuß
Also, add a few things TODO.
2018-03-29Add stuff TODOEinhard Leichtfuß
2018-03-28Search locally for deps alsoEinhard Leichtfuß
2018-03-26Assume .Group in json to be an arrayEinhard Leichtfuß
2018-03-26Fix update_all()Einhard Leichtfuß
- Split update_list() off install_full(). - Properly set up update_all() using install_full(). `- Thereby preventing the issue of multiple update attempts towards single packages. Also, remove some clutter, e.g. unneeded variables. And a little cosmetics, as always.
2018-03-26Cosmetics (code and output)Einhard Leichtfuß
2018-03-26Install dependencies --asdepsEinhard Leichtfuß
Furthermore, enable aliases.
2017-10-31Fix resolve_deps() and make_pkgorder()Einhard Leichtfuß
- Change resolve_deps such that the `parent' package is known. - Use that to exclusively add AUR-dependencies.
2017-10-31Remove aur_deps_test[]Einhard Leichtfuß
2017-10-31Start fixing small issuesEinhard Leichtfuß
- A few variables had to be unquoted (in for loops). - ${#somevar} does not behave as expected. - Fix a typo.
2017-10-31Add make_pkgorder()Einhard Leichtfuß
2017-10-24Fix overwritingEinhard Leichtfuß
2017-10-23Create function to install the dep treeEinhard Leichtfuß
unfinished.
2017-10-23Initialize aur_pkgorder.Einhard Leichtfuß
2017-10-22Improve get_pkgbase's error messagesEinhard Leichtfuß
Also, remove a few quotes around $itype.
2017-10-22Fix variable typoEinhard Leichtfuß
2017-10-22Change wrong comment positionEinhard Leichtfuß
2017-10-22Beautify function descriptions and moreEinhard Leichtfuß
improve function descriptions - add a few - give them a regular syntax also: - add a few TODOs and similar - move a few TODOs into the respective global section - rename pkgdepstr -> pkgstr - rename (rpc) type -> qtype - provide a local variable for all function parameters (mostly) - fix typo (resolve_dependecies -> resolve_deps)
2017-10-22Initial commitEinhard Leichtfuß