Bumped nextpnr-ice40 Version to 20220220_347ba3a

This commit is contained in:
aki-nyan 2022-02-20 05:28:09 +01:00
parent 8ad1924f34
commit ab8d3dd2df
3 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -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 ..
}

View file

@ -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 ..
}