diff --git a/PKGBUILD b/PKGBUILD index 03c8de8..715e0d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Eric Lay 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' diff --git a/README.md b/README.md index eaa7f95..baabb4a 100644 --- a/README.md +++ b/README.md @@ -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. ```