summarylogtreecommitdiffstats
path: root/PKGBUILD
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
parent1fd5054731a9310bacede507c4488b59f961264c (diff)
downloadaur-873b59345fb2ed5dcaed1d2cd893115df46dce7d.tar.gz
Bumped nextpnr-generic Version to 67bd349e_20214817
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22ca3169181c..eb2b0887bc52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-generic-nightly
-pkgver=67bd349e_20212917
-pkgrel=1
+pkgver=67bd349e_20214817
+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 \