mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Bumpped nextpnr-all version to 20251107_nextpnr_0.9_39_gd8117e3c
This commit is contained in:
parent
59fa4f36b7
commit
82e699795e
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nextpnr-all-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - ice40, ecp5, machxo2, nexus, and generic
|
||||
pkgver = 20251106_nextpnr_0.9_38_g30669eca
|
||||
pkgver = 20251107_nextpnr_0.9_39_gd8117e3c
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
|
|
@ -33,7 +33,7 @@ pkgbase = nextpnr-all-nightly
|
|||
conflicts = nextpnr-nexus-nightly
|
||||
conflicts = nextpnr-generic-nightly
|
||||
options = !strip
|
||||
source = nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=30669eca
|
||||
source = nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=d8117e3c
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = nextpnr-all-nightly
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-all-nightly
|
||||
pkgver=20251106_nextpnr_0.9_38_g30669eca
|
||||
pkgver=20251107_nextpnr_0.9_39_gd8117e3c
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - ice40, ecp5, machxo2, nexus, and generic"
|
||||
|
|
@ -38,7 +38,7 @@ provides=(
|
|||
"nextpnr-nexus=$(cut -d _ -f 3 <<< "${pkgver}")"
|
||||
)
|
||||
source=(
|
||||
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=30669eca"
|
||||
"nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=d8117e3c"
|
||||
)
|
||||
sha256sums=(
|
||||
"SKIP"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue