mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumpped nextpnr-ice40 version to 20240411_nextpnr_0.7_26_gd3b53d8e
This commit is contained in:
parent
01a738ed21
commit
f27481ec99
3 changed files with 5 additions and 6 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -14,7 +14,6 @@ pkgbase = nextpnr-ice40-nightly
|
|||
makedepends = gawk
|
||||
makedepends = eigen
|
||||
makedepends = boost
|
||||
makedepends = icestorm-nightly
|
||||
depends = yosys-nightly
|
||||
depends = icestorm-nightly
|
||||
depends = python
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -18,14 +18,14 @@ depends=(
|
|||
"qt5-base"
|
||||
)
|
||||
optdepends=()
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-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=d3b53d8e
|
||||
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=d3b53d8e"
|
||||
)
|
||||
sha256sums=(
|
||||
"SKIP"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-ice40-nightly
|
||||
pkgver=@NPR_VER@
|
||||
pkgver=@EDA_VER@
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
|
||||
|
|
@ -18,14 +18,14 @@ depends=(
|
|||
"qt5-base"
|
||||
)
|
||||
optdepends=()
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-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