mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 12:33:42 +01:00
Bumped nextpnr-all Version to 67bd349e_20214317
This commit is contained in:
parent
528a25af8f
commit
18425009f8
3 changed files with 7 additions and 21 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nextpnr-all-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - all
|
||||
pkgver = 67bd349e_20212917
|
||||
pkgrel = 1
|
||||
pkgver = 67bd349e_20214317
|
||||
pkgrel = 2
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
arch = any
|
||||
license = custom:ISC
|
||||
|
|
@ -9,10 +9,6 @@ pkgbase = nextpnr-all-nightly
|
|||
depends = nextpnr-ecp5-nightly
|
||||
depends = nextpnr-nexus-nightly
|
||||
depends = nextpnr-generic-nightly
|
||||
provides = nextpnr-ice40
|
||||
provides = nextpnr-ecp5
|
||||
provides = nextpnr-nexus-nightly
|
||||
provides = nextpnr-generic-nightly
|
||||
conflicts = nextpnr-git
|
||||
options = !strip
|
||||
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-all-nightly
|
||||
pkgver=67bd349e_20212917
|
||||
pkgrel=1
|
||||
pkgver=67bd349e_20214317
|
||||
pkgrel=2
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - all"
|
||||
arch=("any")
|
||||
url="https://github.com/YosysHQ/nextpnr"
|
||||
|
|
@ -19,12 +19,7 @@ depends=(
|
|||
conflicts=(
|
||||
"nextpnr-git"
|
||||
)
|
||||
provides=(
|
||||
"nextpnr-ice40"
|
||||
"nextpnr-ecp5"
|
||||
"nextpnr-nexus-nightly"
|
||||
"nextpnr-generic-nightly"
|
||||
)
|
||||
|
||||
|
||||
package() {
|
||||
echo "nya"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=nextpnr-all-nightly
|
||||
pkgver=@NPR_VER@
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - all"
|
||||
arch=("any")
|
||||
url="https://github.com/YosysHQ/nextpnr"
|
||||
|
|
@ -19,12 +19,7 @@ depends=(
|
|||
conflicts=(
|
||||
"nextpnr-git"
|
||||
)
|
||||
provides=(
|
||||
"nextpnr-ice40"
|
||||
"nextpnr-ecp5"
|
||||
"nextpnr-nexus-nightly"
|
||||
"nextpnr-generic-nightly"
|
||||
)
|
||||
|
||||
|
||||
package() {
|
||||
echo "nya"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue