summaryrefslogtreecommitdiff
path: root/pcr/nextpnr-git
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/nextpnr-git')
-rw-r--r--pcr/nextpnr-git/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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 <gpe@grahamedgecombe.com>
-
# 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() {