Commit Graph

43 Commits

Author SHA1 Message Date
6d0362ef2f fix(archlinux): make upgrade work with non-english
Closes #12316
2024-04-04 10:08:28 +02:00
c0e811c90d perf(archlinux): improve paclist performance (#11764) 2023-06-19 12:32:37 +02:00
5901f30b44 feat(archlinux): optimize paclist and pacdisowned (#11398)
Co-authored-by: ratijas <me@ratijas.tk>
2023-05-25 12:43:01 +02:00
4586808f86 feat(archlinux): improve update function messages (#11608) 2023-04-09 12:58:38 +02:00
90ec2d1a68 fix(archlinux): keyring update function (#11607) 2023-04-09 10:24:55 +02:00
9b1ef262bc feat(archlinux): unify upgrade function (#11597)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-07 13:43:45 +02:00
5403db8599 feat(archlinux): add aliases for cleaning package cache (#10091)
Co-authored-by: K Harishankar <48408097+Haritronic909@users.noreply.github.com>
2021-12-13 22:54:19 +01:00
a42db12085 refactor(archlinux)!: remove yaourt support (#9713)
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-28 13:09:42 +02:00
5b3d2b2f0c Revert "feat(archlinux): add cleanup aliases to yaourt and yay (#10184)"
This reverts commit eba3be243f.
2021-09-22 11:58:23 +02:00
eba3be243f feat(archlinux): add cleanup aliases to yaourt and yay (#10184) 2021-09-17 23:31:56 +02:00
9f8801bea6 feat(archlinux)!: remove deprecated commands aur and abs (#9803)
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-09 20:48:24 +02:00
b94bdf8927 feat(archlinux): add support for aura AUR helper (#9467) 2021-04-06 14:51:40 +02:00
790f185e0f refactor(archlinux): fix name & scripts; reorder aliases (#9546)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-04-06 12:28:22 +02:00
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
7900380239 archlinux: fix wrong parameters in pacfiles alias (#8712) 2020-03-10 12:29:43 +01:00
3320658f30 archlinux: add aliases for yay (#6867) 2018-10-08 18:48:02 +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
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
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
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
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