add armv7h arch

This commit is contained in:
Eric Lay 2020-07-30 13:51:50 -05:00
parent 53cdfcd930
commit 6cbb1bec9d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=fuzzy-pkg-finder
pkgver=0.9.2
pkgrel=1
pkgdesc="Simple cli command for using fzf to search and install packages"
arch=('x86_64' 'aarch64')
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/ericlay/$pkgname"
license=('GPL3')
depends=('pacman'