mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
Bumped nextpnr-all Version to 67bd349e_20210918
This commit is contained in:
parent
6822fff3db
commit
49bbb64cee
3 changed files with 17 additions and 14 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,14 +1,15 @@
|
|||
pkgbase = nextpnr-all-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - all
|
||||
pkgver = 67bd349e_20210018
|
||||
pkgver = 67bd349e_20210918
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
arch = any
|
||||
license = custom:ISC
|
||||
depends = nextpnr-ice40-nightly
|
||||
depends = nextpnr-ecp5-nightly
|
||||
depends = nextpnr-nexus-nightly
|
||||
depends = nextpnr-generic-nightly
|
||||
depends = nextpnr-ice40-nightly>=67bd349e_20210918
|
||||
depends = nextpnr-ecp5-nightly>=67bd349e_20210918
|
||||
depends = nextpnr-nexus-nightly>=67bd349e_20210918
|
||||
depends = nextpnr-generic-nightly>=67bd349e_20210918
|
||||
conflicts = nextpnr-git
|
||||
options = !strip
|
||||
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-all-nightly
|
||||
pkgver=67bd349e_20210018
|
||||
pkgver=67bd349e_20210918
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - all"
|
||||
arch=("any")
|
||||
url="https://github.com/YosysHQ/nextpnr"
|
||||
|
|
@ -10,10 +11,10 @@ license=("custom:ISC")
|
|||
groups=()
|
||||
options=("!strip")
|
||||
depends=(
|
||||
"nextpnr-ice40-nightly"
|
||||
"nextpnr-ecp5-nightly"
|
||||
"nextpnr-nexus-nightly"
|
||||
"nextpnr-generic-nightly"
|
||||
"nextpnr-ice40-nightly>=67bd349e_20210918"
|
||||
"nextpnr-ecp5-nightly>=67bd349e_20210918"
|
||||
"nextpnr-nexus-nightly>=67bd349e_20210918"
|
||||
"nextpnr-generic-nightly>=67bd349e_20210918"
|
||||
)
|
||||
|
||||
conflicts=(
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
pkgname=nextpnr-all-nightly
|
||||
pkgver=@NPR_VER@
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - all"
|
||||
arch=("any")
|
||||
url="https://github.com/YosysHQ/nextpnr"
|
||||
|
|
@ -10,10 +11,10 @@ license=("custom:ISC")
|
|||
groups=()
|
||||
options=("!strip")
|
||||
depends=(
|
||||
"nextpnr-ice40-nightly"
|
||||
"nextpnr-ecp5-nightly"
|
||||
"nextpnr-nexus-nightly"
|
||||
"nextpnr-generic-nightly"
|
||||
"nextpnr-ice40-nightly>=@NPRI_VER@"
|
||||
"nextpnr-ecp5-nightly>=@NPRE_VER@"
|
||||
"nextpnr-nexus-nightly>=@NPRO_VER@"
|
||||
"nextpnr-generic-nightly>=@NPRG_VER@"
|
||||
)
|
||||
|
||||
conflicts=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue