From e2adba11ae50e3cc21fbb3cf9c0fb2b82573094d Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 6 Mar 2021 22:30:31 +0100 Subject: pcr: symbiflow: use fixed git revision Building this toolchain across the 3 supported architectures takes some time. So it's better to use fixed git revisions to ensure that all 3 architectures run the same code and not to have to update the pkgver just to build for another architecture. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/nextpnr-git/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pcr/nextpnr-git/PKGBUILD') diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index 9c2d93b52..331b91dba 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer(AUR): Graham Edgecombe - # parabola changes and rationale: # - Add armv7h support +# - Modified to use a fixed git revision pkgname=nextpnr-git -pkgver=r2980.f67d474e +pkgver=r3206.f0e30abf +_commit=f0e30abf624ebf9984170b4b81e06e15e31ee4de pkgrel=1 pkgdesc='Portable FPGA place and route tool' arch=('armv7h' 'i686' 'x86_64') @@ -14,7 +15,7 @@ makedepends=('boost' 'cmake' 'eigen' 'git' 'icestorm' 'prjtrellis' 'prjtrellis-db') provides=('nextpnr') conflicts=('nextpnr') -source=('nextpnr::git+https://github.com/YosysHQ/nextpnr.git') +source=("nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=${_commit}") sha256sums=('SKIP') pkgver() { -- cgit v1.2.3