v0.9
This commit is contained in:
parent
a4cb11a268
commit
13afb57293
6
PKGBUILD
6
PKGBUILD
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue