mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumped nextpnr-ice40 Version to 20230607_nextpnr_0.6_13_g119b47ac
This commit is contained in:
parent
6bc535b529
commit
7d0a2aea44
3 changed files with 5 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nextpnr-ice40-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - for ice40
|
||||
pkgver = 20230606_nextpnr_0.6_13_g119b47ac
|
||||
pkgver = 20230607_nextpnr_0.6_13_g119b47ac
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
|
|
@ -14,6 +14,7 @@ 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
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-ice40-nightly
|
||||
pkgver=20230606_nextpnr_0.6_13_g119b47ac
|
||||
pkgver=20230607_nextpnr_0.6_13_g119b47ac
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
|
||||
|
|
@ -18,7 +18,7 @@ depends=(
|
|||
"qt5-base"
|
||||
)
|
||||
optdepends=()
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-nightly")
|
||||
conflicts=(
|
||||
"nextpnr-git"
|
||||
"nextpnr-all-nightly"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ depends=(
|
|||
"qt5-base"
|
||||
)
|
||||
optdepends=()
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
|
||||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost" "icestorm-nightly")
|
||||
conflicts=(
|
||||
"nextpnr-git"
|
||||
"nextpnr-all-nightly"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue