mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumpped nextpnr-nexus version to 20240411_nextpnr_0.7_26_gd3b53d8e
This commit is contained in:
parent
e59856363c
commit
89516949ed
3 changed files with 4 additions and 5 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue