From ab8d3dd2dfdceb2eb15d4c8d653aa5ab4a3d59bd Mon Sep 17 00:00:00 2001 From: aki-nyan Date: Sun, 20 Feb 2022 05:28:09 +0100 Subject: [PATCH] Bumped nextpnr-ice40 Version to 20220220_347ba3a --- .SRCINFO | 5 +++-- PKGBUILD | 7 +++---- PKGBUILD.in | 5 ++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6f0fbec1cd388..6abfdd8e52d37 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index f48ff26473778..31f2acf68ccf4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Aki-nyan 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 .. } diff --git a/PKGBUILD.in b/PKGBUILD.in index d45b724eaf30a..306d5f8feca0f 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -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 .. }