summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-29 15:06:14 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-29 15:06:14 +0100
commit403b83664df3bcdef327e42f23aa6a02d3e13a94 (patch)
tree3a552d4f8b98f9f1a4f92ccfcbd92fc79929c2eb
parente0d5d4f1c967d9908b1b72a5a6172cde17c31354 (diff)
pcr: nextpnr-git: add armv7h support
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/nextpnr-git/PKGBUILD4
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')