From c1320ba92cdf35450a5ab55caefaec8ee4c1a09c Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Thu, 16 Sep 2021 20:44:48 -0400 Subject: [PATCH] Bumped nextpnr-nexus Version to 67bd349e_20214417 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- PKGBUILD.in | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index faa59e865124f..2bc2ef7d30880 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nextpnr-nexus-nightly pkgdesc = nextpnr portable FPGA place and route tool - for nexus - pkgver = 67bd349e_20212017 - pkgrel = 1 + pkgver = 67bd349e_20214417 + pkgrel = 2 url = https://github.com/YosysHQ/nextpnr arch = any license = custom:ISC @@ -13,7 +13,7 @@ pkgbase = nextpnr-nexus-nightly makedepends = gawk makedepends = eigen depends = yosys-nightly - depends = oxide-nightly + depends = prjoxide-nightly depends = python depends = boost-libs depends = qt5-base diff --git a/PKGBUILD b/PKGBUILD index 00317a9442c12..48d5eca76a6f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Aki-nyan pkgname=nextpnr-nexus-nightly -pkgver=67bd349e_20212017 -pkgrel=1 +pkgver=67bd349e_20214417 +pkgrel=2 pkgdesc="nextpnr portable FPGA place and route tool - for nexus" arch=("any") url="https://github.com/YosysHQ/nextpnr" @@ -11,7 +11,7 @@ groups=() options=("!strip") depends=( "yosys-nightly" - "oxide-nightly" + "prjoxide-nightly" "python" "boost-libs" "qt5-base" diff --git a/PKGBUILD.in b/PKGBUILD.in index 93b6ceba1b1a6..e4a9da547178a 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -2,7 +2,7 @@ pkgname=nextpnr-nexus-nightly pkgver=@NPR_VER@ -pkgrel=1 +pkgrel=2 pkgdesc="nextpnr portable FPGA place and route tool - for nexus" arch=("any") url="https://github.com/YosysHQ/nextpnr" @@ -11,7 +11,7 @@ groups=() options=("!strip") depends=( "yosys-nightly" - "oxide-nightly" + "prjoxide-nightly" "python" "boost-libs" "qt5-base"