This commit is contained in:
Eric Lay 2020-06-28 09:57:35 -05:00
parent a4cb11a268
commit 13afb57293
2 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# Maintainer: Eric Lay <ericlaytm@gmail.com>
pkgname=fuzzy-pkg-finder
pkgver=0.8.5
pkgver=0.9
pkgrel=1
pkgdesc="Simple cli command for using fzf to search and install packages"
arch=('any')
arch=('x86_64' 'aarch64')
url="https://github.com/ericlay/$pkgname"
license=('GPL')
license=('GPL3')
depends=('pacman'
'yay'
'fzf'

View File

@ -22,8 +22,7 @@ Defaults to Pacman if no options passed
options:
a Search/List and install from AUR with Yay
l Search/List installed packages from official repo
la Search/List installed packages from AUR repo
la Search/List installed packages from AUR
R Search/List installed packages from official repos for removal
Ra Search/List installed packages from AUR repo for removal
h Print this help screen.
```