summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorAki Van Ness2021-09-16 20:48:46 -0400
committerAki Van Ness2021-09-16 20:48:46 -0400
commit873b59345fb2ed5dcaed1d2cd893115df46dce7d (patch)
tree2950396dea206fcda9138b4a7aa02bc0802faeba /PKGBUILD.in
parent1fd5054731a9310bacede507c4488b59f961264c (diff)
downloadaur-873b59345fb2ed5dcaed1d2cd893115df46dce7d.tar.gz
Bumped nextpnr-generic Version to 67bd349e_20214817
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index fb542a8a1b8a..3d75863f098c 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -2,7 +2,7 @@
pkgname=nextpnr-generic-nightly
pkgver=@NPR_VER@
-pkgrel=1
+pkgrel=2
pkgdesc="nextpnr portable FPGA place and route tool - generic"
arch=("any")
url="https://github.com/YosysHQ/nextpnr"
@@ -37,7 +37,7 @@ prepare() {
build() {
cd "${srcdir}/nextpnr"
- cd build-ice40
+ cd build-generic
cmake -G Ninja \
-DARCH=generic \
-DBUILD_PYTHON=ON \