diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/nextpnr-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index e2adf39b8..309aca475 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer(AUR): Graham Edgecombe <gpe@grahamedgecombe.com> # parabola changes and rationale: -# no changes. +# - Add armv7h support pkgname=nextpnr-git pkgver=r2884.15b2852b pkgrel=1 pkgdesc='Portable FPGA place and route tool' -arch=('i686' 'x86_64') +arch=('armv7h' 'i686' 'x86_64') url='https://github.com/YosysHQ/nextpnr' license=('custom:ISC') depends=('boost-libs' 'python' 'qt5-base') |