Bumpped nextpnr-nexus version to 20240411_nextpnr_0.7_26_gd3b53d8e

This commit is contained in:
Aki Van Ness 2024-04-11 08:13:44 +02:00
parent e59856363c
commit 89516949ed
3 changed files with 4 additions and 5 deletions

View file

@ -14,7 +14,6 @@ pkgbase = nextpnr-nexus-nightly
makedepends = gawk
makedepends = eigen
makedepends = boost
makedepends = prjoxide-nightly
depends = yosys-nightly
depends = prjoxide-nightly
depends = python

View file

@ -18,7 +18,7 @@ depends=(
"qt5-base"
)
optdepends=()
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "prjoxide-nightly")
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
"nextpnr-all-nightly"

View file

@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-nexus-nightly
pkgver=@NPR_VER@
pkgver=@EDA_VER@
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for nexus"
@ -18,14 +18,14 @@ depends=(
"qt5-base"
)
optdepends=()
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "prjoxide-nightly")
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
conflicts=(
"nextpnr-git"
"nextpnr-all-nightly"
)
replaces=()
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@NPR_HASH@"
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@"
)
sha256sums=(
"SKIP"