Switch from yay to paru

Paru is a new AUR helper written in Rust. The main difference between
it and Yay (written in Go) is that the code is supposed to be cleaner.
This commit is contained in:
Donovan Glover 2021-02-27 16:53:25 -05:00
parent 5bc2693cfb
commit eb4650fb3b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 24 additions and 20 deletions

View File

@ -0,0 +1,6 @@
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
CombinedUpgrade

18
paru/README.md Normal file
View File

@ -0,0 +1,18 @@
# paru
[paru][paru] is a new AUR helper for [Arch Linux](/.archlinux).
## Use Cases
paru can be used to:
- Easily check for updates of AUR packages
- Install packages faster (no typing sudo!)
- Clean unused dependencies easily (`-c`)
You should not use paru if:
- You want to use [yay](yay) instead.
[paru]: https://github.com/Morganamilo/paru
[yay]: https://github.com/Jguer/yay

View File

@ -1,3 +0,0 @@
{
"combinedupgrade": true
}

View File

@ -1,17 +0,0 @@
# yay
[yay][yay] is an AUR helper for [Arch Linux](/.archlinux).
## Use Cases
yay can be used to:
- Easily check for updates of AUR packages
- View database statistics with a single command (`-Ps`)
- Clean unused dependencies easily (`-c`)
You should not use yay if:
- You do not have to worry about updating AUR packages
[yay]: https://github.com/Jguer/yay