mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumpped nextpnr-nexus version to 20240605_nextpnr_0.7_39_gb7f91e57
This commit is contained in:
parent
7bd67c7127
commit
aeb1bedcef
3 changed files with 5 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nextpnr-nexus-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - for nexus
|
||||
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-nexus-nightly
|
|||
depends = python
|
||||
depends = boost-libs
|
||||
depends = qt5-base
|
||||
provides = nextpnr-nexus=0.7
|
||||
conflicts = nextpnr-git
|
||||
conflicts = nextpnr-all-nightly
|
||||
options = !strip
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-nexus-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 nexus"
|
||||
|
|
@ -24,6 +24,7 @@ conflicts=(
|
|||
"nextpnr-all-nightly"
|
||||
)
|
||||
replaces=()
|
||||
provides=("nextpnr-nexus=$(cut -d _ -f 3 <<< "${pkgver}")")
|
||||
source=(
|
||||
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ conflicts=(
|
|||
"nextpnr-all-nightly"
|
||||
)
|
||||
replaces=()
|
||||
provides=("nextpnr-nexus=$(cut -d _ -f 3 <<< "${pkgver}")")
|
||||
source=(
|
||||
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue