add armv7h arch
This commit is contained in:
parent
53cdfcd930
commit
6cbb1bec9d
2
PKGBUILD
2
PKGBUILD
|
@ -3,7 +3,7 @@ pkgname=fuzzy-pkg-finder
|
||||||
pkgver=0.9.2
|
pkgver=0.9.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simple cli command for using fzf to search and install packages"
|
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"
|
url="https://github.com/ericlay/$pkgname"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('pacman'
|
depends=('pacman'
|
||||||
|
|
Loading…
Reference in New Issue