From aeb1bedcef967d496e1db9124c7892c4dcd0b9de Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Wed, 5 Jun 2024 02:01:52 +0200 Subject: [PATCH] Bumpped nextpnr-nexus version to 20240605_nextpnr_0.7_39_gb7f91e57 --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- PKGBUILD.in | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fda8918aa4361..d4efd91d4584f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = nextpnr-nexus-nightly pkgdesc = nextpnr portable FPGA place and route tool - for nexus - pkgver = 20240604_nextpnr_0.7_39_gb7f91e57 + pkgver = 20240605_nextpnr_0.7_39_gb7f91e57 pkgrel = 1 epoch = 1 url = https://github.com/YosysHQ/nextpnr @@ -19,6 +19,7 @@ pkgbase = nextpnr-nexus-nightly depends = python depends = boost-libs depends = qt5-base + provides = nextpnr-nexus=0.7 conflicts = nextpnr-git conflicts = nextpnr-all-nightly options = !strip diff --git a/PKGBUILD b/PKGBUILD index a12a3b6d7cdc5..a9e60e580ee89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aki-nyan pkgname=nextpnr-nexus-nightly -pkgver=20240604_nextpnr_0.7_39_gb7f91e57 +pkgver=20240605_nextpnr_0.7_39_gb7f91e57 pkgrel=1 epoch=1 pkgdesc="nextpnr portable FPGA place and route tool - for nexus" @@ -24,6 +24,7 @@ conflicts=( "nextpnr-all-nightly" ) replaces=() +provides=("nextpnr-nexus=$(cut -d _ -f 3 <<< "${pkgver}")") source=( "nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=b7f91e57" ) diff --git a/PKGBUILD.in b/PKGBUILD.in index 7cdaa1a6fed8b..4e6315648f70d 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -24,6 +24,7 @@ conflicts=( "nextpnr-all-nightly" ) replaces=() +provides=("nextpnr-nexus=$(cut -d _ -f 3 <<< "${pkgver}")") source=( "nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=@EDA_HASH@" )