summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraki-nyan2021-10-07 22:04:18 +0200
committeraki-nyan2021-10-07 22:04:18 +0200
commit188cdfef3d559e3574a661ae7f59391bdfd6715d (patch)
treea4e054cb285a7be533fbb403e042e578f5223916 /PKGBUILD
parent73f0a2a5a06a509ff1197866d9cfdfe1ca81cf0f (diff)
downloadaur-188cdfef3d559e3574a661ae7f59391bdfd6715d.tar.gz
Bumped nextpnr-generic Version to b749ef5f_20211007
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd9524073b4c..ff6d47886b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-generic-nightly
-pkgver=4f17a171_20211007
+pkgver=b749ef5f_20211007
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - generic"
@@ -17,13 +17,13 @@ depends=(
"qt5-base"
)
optdepends=()
-makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen")
+makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
)
replaces=()
source=(
- "nextpnr::git+https://github.com/YosysHQ/nextpnr.git"#commit=4f17a171
+ "nextpnr::git+https://github.com/YosysHQ/nextpnr.git"#commit=b749ef5f
)
sha256sums=(
"SKIP"