66e0438d47
fix(archlinux): update URL and key server in pacmanallkeys
( #9569 )
...
- 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
2021-01-03 13:58:52 +01:00
865d2d8a53
refactor(archlinux): prevent leaking local variables ( #9476 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com >
2020-12-07 22:00:25 +01:00
cea89f5439
archlinux: fix pacweb breaking when multiple packages found ( #9059 )
...
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com >
2020-06-23 17:57:04 +02:00
e675c821f2
archlinux: fix pacweb with non-English locales ( #8916 )
2020-05-23 18:15:46 +02:00
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
7900380239
archlinux: fix wrong parameters in pacfiles alias ( #8712 )
2020-03-10 12:29:43 +01:00
4aa545abed
archlinux: fix minor typo ( #7752 )
...
yaourt -> yay
2019-04-09 17:24:31 +02:00
3320658f30
archlinux: add aliases for yay ( #6867 )
2018-10-08 18:48:02 +02:00
019e0d7c71
fix(typo) ( #6905 )
...
*trupd* for "trizen -Sy" fixed to *trupg*
2018-06-10 18:55:47 +02:00
cfec5d56df
[archlinux] add recent aliases and functions to readme
2018-04-15 19:18:25 +02:00
dc57d1881b
plugins/archlinux: add pacls, pacown, pacweb
2018-04-15 19:13:39 +02:00
2fce6a0faf
[archlinux] Fix function syntax to avoid clashes with aliases
...
See https://bugs.debian.org/871816
Fixes #6592
2018-04-15 15:53:43 +02:00
30a5124f9d
Added trizen to the archlinux plugin ( #6650 )
...
* 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-15 14:47:08 +02:00
15d051c32b
hotfix for archlinux.plugin.zsh ( #5909 )
...
Co-authored-by: dalu <2694548+dalu@users.noreply.github.com >
2018-04-15 13:38:25 +02:00
2bd24f7e0d
Fixed Pacaur aliases ( #6416 )
...
`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-11-14 06:35:55 -08:00
ef9f3d97f0
Added pacman file aliases ( #5869 )
2017-02-22 23:52:56 -08:00
cd44246415
Fix small copy-editing mistake in archlinux README
2016-10-03 01:04:16 +02:00
e418a2bb92
Updated README of the archlinux plugin
2016-10-03 01:02:44 +02:00
485dd2b736
Add pacaur compatibility to archlinux plugin + refactor
2016-10-03 01:02:44 +02:00
eaf18167bb
Added pacaur aliases
...
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-10-03 01:02:18 +02:00
7d5bb2a34d
archlinux: yasu now working - only one dash needed ( #5373 )
2016-09-04 19:51:42 +02:00
b90c8944b4
archlinux: fix pacmanallkeys URL, make curl silent
...
Also make all functions local as to not spill variables into the
global namespace.
2016-08-24 08:51:06 +02:00
98ea6414d8
archlinux: reword and simplify README
2016-08-24 08:48:03 +02:00
65f16fb64b
archlinux: remove comments, format functions better
2016-08-24 08:47:52 +02:00
3b8d0ad9d0
archlinux: Update yasu alias
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com >
2016-08-23 01:51:29 +02:00
9e4aba4c8c
archlinux: use $+commands instead of 'command -v' in a subshell
2015-11-01 00:21:26 +01:00
0f96e8e6c2
Plugins: archlinux - add basic README.
2015-06-12 00:03:55 +02:00
e5929680fd
Plugins: archlinux - use command -v in favor of which
...
The command 'which' launches an external process that isn't
really necessary.
2015-06-12 00:03:16 +02:00
3e88e53ee7
Merge pull request #2999 from nicorevin/master
...
fix paclist() for non-english locales
2015-06-05 08:04:59 -07:00
7d208be2a1
bugfix: two wild apostrophes
...
oops
2014-08-09 01:09:06 +01:00
78a7c0c6ae
Add support for local aur databases
...
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-09 01:04:28 +01:00
8a43d358c1
fix paclist() for non-english locales
2014-08-01 23:32:38 +04:00
460cb3d0e0
Edit some yaourt aliases and add some
...
* 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
2013-04-14 13:08:03 +02:00
8fe6ea3889
Functions for managing pacman-key
2012-12-02 20:55:19 +01:00
a2afccae19
Add yaourt --sucre alias in archlinux plugin
2011-10-25 09:55:14 +02:00
512f3678c0
Remove sudo when using yaourt + do not rely on abs when not in path - In archlinux plugin
2011-07-23 11:22:39 -04:00
8e77ad468d
Fix typo
2011-07-19 19:38:29 -07:00
e7e9e5bbe6
Added archlinux plugin
2011-07-16 18:42:09 -04:00