Bumpped nextpnr-ice40 version to 20240605_nextpnr_0.7_39_gb7f91e57

This commit is contained in:
Aki Van Ness 2024-06-05 02:01:44 +02:00
parent d9ed81b5a1
commit 73bf525abf
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = nextpnr-ice40-nightly
pkgdesc = nextpnr portable FPGA place and route tool - for ice40
pkgver = 20240604_nextpnr_0.7_39_gb7f91e57
pkgver = 20240605_nextpnr_0.7_39_gb7f91e57
pkgrel = 1
epoch = 1
url = https://github.com/YosysHQ/nextpnr
@ -19,6 +19,7 @@ pkgbase = nextpnr-ice40-nightly
depends = python
depends = boost-libs
depends = qt5-base
provides = nextpnr-ice40=0.7
conflicts = nextpnr-git
conflicts = nextpnr-all-nightly
options = !strip

View file

@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=nextpnr-ice40-nightly
pkgver=20240604_nextpnr_0.7_39_gb7f91e57
pkgver=20240605_nextpnr_0.7_39_gb7f91e57
pkgrel=1
epoch=1
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
provides=("nextpnr-ice40=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57"
)

View file

@ -24,6 +24,7 @@ conflicts=(
"nextpnr-all-nightly"
)
replaces=()
provides=("nextpnr-ice40=$(cut -d _ -f 3 <<< "${pkgver}")")
source=(
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@"
)