summaryrefslogtreecommitdiff
path: root/plugins/archlinux
AgeCommit message (Collapse)Author
2023-06-19perf(archlinux): improve `paclist` performance (#11764)WH-2099
2023-05-25feat(archlinux): optimize `paclist` and `pacdisowned` (#11398)WH-2099
Co-authored-by: ratijas <me@ratijas.tk>
2023-04-09feat(archlinux): improve update function messages (#11608)deimosian
2023-04-09fix(archlinux): keyring update function (#11607)deimosian
2023-04-07feat(archlinux): unify `upgrade` function (#11597)deimosian
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2021-12-13feat(archlinux): add aliases for cleaning package cache (#10091)K Harishankar
Co-authored-by: K Harishankar <48408097+Haritronic909@users.noreply.github.com>
2021-09-28refactor(archlinux)!: remove `yaourt` support (#9713)nowshed-imran
BREAKING CHANGE: `yaourt` is no longer maintained nor available as a package. Use `pacman` or one of the other maintained AUR helpers. Closes #9713
2021-09-22Revert "feat(archlinux): add cleanup aliases to `yaourt` and `yay` (#10184)"Marc Cornellà
This reverts commit eba3be243f634a80ae8d8134bf88657afda71fbb.
2021-09-17feat(archlinux): add cleanup aliases to `yaourt` and `yay` (#10184)Al-Amin Ahamed
2021-04-09feat(archlinux)!: remove deprecated commands `aur` and `abs` (#9803)Jeff M. Hubbard
BREAKING CHANGE: the various update aliases will no longer run `abs` and `aur`, which are either deprecated or nonexistent. See https://archlinux.org/news/deprecation-of-abs/ for more.
2021-04-06feat(archlinux): add support for aura AUR helper (#9467)ratijas
2021-04-06refactor(archlinux): fix name & scripts; reorder aliases (#9546)ratijas
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-01-03fix(archlinux): update URL and key server in `pacmanallkeys` (#9569)Gabriel Corral
- Added follow redirects curl flag to fix the 301 response - Updated trusted users URL format - Changed from `pgp.mit.edu` keyserver to `keyserver.ubuntu.com` keyserver
2020-12-07refactor(archlinux): prevent leaking local variables (#9476)ratijas
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-06-23archlinux: fix pacweb breaking when multiple packages found (#9059)Magnus Boman
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com>
2020-05-23archlinux: fix pacweb with non-English locales (#8916)Zhong Lufan
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2020-03-10archlinux: fix wrong parameters in pacfiles alias (#8712)LuFan Zhong
2019-04-09archlinux: fix minor typo (#7752)黄璞
yaourt -> yay
2018-10-08archlinux: add aliases for yay (#6867)KeLiu
2018-06-10fix(typo) (#6905)Andre Figueiredo
*trupd* for "trizen -Sy" fixed to *trupg*
2018-04-15[archlinux] add recent aliases and functions to readmeMarc Cornellà
2018-04-15plugins/archlinux: add pacls, pacown, pacwebPhilippe Proulx
2018-04-15[archlinux] Fix function syntax to avoid clashes with aliasesMarc Cornellà
See https://bugs.debian.org/871816 Fixes #6592
2018-04-15Added trizen to the archlinux plugin (#6650)Arthur Brainville
* Added trizen to the archlinux plugin trizen is the recomended solution for using the Arch User Repository. both yaourt and pacaur have some issues. Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info> * Add trizen aliases to the readme Also fixed inconsistency in formatting on readme file. (also added myself in the contributor list)
2018-04-15hotfix for archlinux.plugin.zsh (#5909)Franz König
Co-authored-by: dalu <2694548+dalu@users.noreply.github.com>
2017-11-14Fixed Pacaur aliases (#6416)Ning Sun
`pacaur -Syua` only updated AUR pakcages, wihch is incompatible with semantics of `pacupg` and `yaupg`. Removing `-a` here it would work for both main repos and aur.
2017-02-22Added pacman file aliases (#5869)Franz König
2016-10-03Fix small copy-editing mistake in archlinux READMEMarc Cornellà
2016-10-03Updated README of the archlinux pluginMoses Miller
2016-10-03Add pacaur compatibility to archlinux plugin + refactorMoses Miller
2016-10-03Added pacaur aliasesJuraj Fiala
This commit removes most of its contents: it just leaves the contribution signature. The rest is obsolete and superseeded by #5460, but the contribution is still valuable. Related: #4263. Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-09-04archlinux: yasu now working - only one dash needed (#5373)jarhat
2016-08-24archlinux: fix pacmanallkeys URL, make curl silentMarc Cornellà
Also make all functions local as to not spill variables into the global namespace.
2016-08-24archlinux: reword and simplify READMEMarc Cornellà
2016-08-24archlinux: remove comments, format functions betterMarc Cornellà
2016-08-23archlinux: Update yasu aliasBjørn Madsen
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2015-11-01archlinux: use $+commands instead of 'command -v' in a subshellDaniel Hahler
2015-06-12Plugins: archlinux - add basic README.KhasMek
2015-06-12Plugins: archlinux - use command -v in favor of whichKhasMek
The command 'which' launches an external process that isn't really necessary.
2015-06-05Merge pull request #2999 from nicorevin/masterRobby Russell
fix paclist() for non-english locales
2014-08-09bugfix: two wild apostrophes Celso Miranda
oops
2014-08-09Add support for local aur databasesCelso Miranda
With these simple changes the plugin checks for the local AUR database and updates the aliases so it can update it when you issue a `pacupd` or `yaupd`.
2014-08-01fix paclist() for non-english localesNico Revin
2013-04-14Edit some yaourt aliases and add someMatthR3D
* yaupg now also updates AUR packages * Add yalst alias : it lists the installed packages, even from AUR * Add yaorph alias : it removes orphans using yaourt
2012-12-02Functions for managing pacman-keyMartin Putniorz
2011-10-25Add yaourt --sucre alias in archlinux pluginornicar
2011-07-23Remove sudo when using yaourt + do not rely on abs when not in path - In ↵Benjamin Boudreau
archlinux plugin
2011-07-19Fix typoBenjamin Boudreau
2011-07-16Added archlinux pluginBenjamin Boudreau