mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bumped nextpnr-ice40 Version to 20220220_347ba3a
This commit is contained in:
parent
8ad1924f34
commit
ab8d3dd2df
3 changed files with 8 additions and 9 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nextpnr-ice40-nightly
|
||||
pkgdesc = nextpnr portable FPGA place and route tool - for ice40
|
||||
pkgver = 20220219_347ba3a
|
||||
pkgrel = 2
|
||||
pkgver = 20220220_347ba3a
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/YosysHQ/nextpnr
|
||||
arch = any
|
||||
|
|
@ -20,6 +20,7 @@ pkgbase = nextpnr-ice40-nightly
|
|||
depends = boost-libs
|
||||
depends = qt5-base
|
||||
conflicts = nextpnr-git
|
||||
conflicts = nextpnr-all-nightly
|
||||
options = !strip
|
||||
source = nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=347ba3a
|
||||
sha256sums = SKIP
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=nextpnr-ice40-nightly
|
||||
pkgver=20220219_347ba3a
|
||||
pkgrel=2
|
||||
pkgver=20220220_347ba3a
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
|
||||
arch=("any")
|
||||
|
|
@ -21,6 +21,7 @@ optdepends=()
|
|||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
|
||||
conflicts=(
|
||||
"nextpnr-git"
|
||||
"nextpnr-all-nightly"
|
||||
)
|
||||
replaces=()
|
||||
source=(
|
||||
|
|
@ -34,7 +35,6 @@ _PREFIX="/usr"
|
|||
prepare() {
|
||||
cd "${srcdir}/nextpnr"
|
||||
[ ! -d "${srcdir}/nextpnr/build-ice40" ] && mkdir build-ice40
|
||||
cd ..
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
@ -55,5 +55,4 @@ package() {
|
|||
cd "${srcdir}/nextpnr"
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ice40 install
|
||||
install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ice40/COPYING"
|
||||
cd ..
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=nextpnr-ice40-nightly
|
||||
pkgver=@NPR_VER@
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="nextpnr portable FPGA place and route tool - for ice40"
|
||||
arch=("any")
|
||||
|
|
@ -21,6 +21,7 @@ optdepends=()
|
|||
makedepends=("git" "gcc" "cmake" "ninja" "pkgconf" "gawk" "eigen" "boost")
|
||||
conflicts=(
|
||||
"nextpnr-git"
|
||||
"nextpnr-all-nightly"
|
||||
)
|
||||
replaces=()
|
||||
source=(
|
||||
|
|
@ -34,7 +35,6 @@ _PREFIX="/usr"
|
|||
prepare() {
|
||||
cd "${srcdir}/nextpnr"
|
||||
[ ! -d "${srcdir}/nextpnr/build-ice40" ] && mkdir build-ice40
|
||||
cd ..
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
@ -55,5 +55,4 @@ package() {
|
|||
cd "${srcdir}/nextpnr"
|
||||
DESTDIR="${pkgdir}" PREFIX="${_PREFIX}" ninja -C build-ice40 install
|
||||
install -Dm644 "${srcdir}/nextpnr/COPYING" "${pkgdir}${_PREFIX}/share/licenses/nextpnr-ice40/COPYING"
|
||||
cd ..
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue