From 2009e3d41bb1259f58ea0cee0588cce4acfa9e7e Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 28 Nov 2021 06:25:04 +0100 Subject: [PATCH] nextpnr: update to 0.0.r3900.gfd2d4a8f --- mingw-w64-nextpnr/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-nextpnr/PKGBUILD b/mingw-w64-nextpnr/PKGBUILD index 3279fa99a3..3e1ba2715a 100644 --- a/mingw-w64-nextpnr/PKGBUILD +++ b/mingw-w64-nextpnr/PKGBUILD @@ -3,7 +3,7 @@ _realname=nextpnr pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.0.r3884.g06d58e6e +pkgver=0.0.r3900.gfd2d4a8f pkgrel=1 pkgdesc="Portable FPGA place and route tool (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ makedepends=( "git" ) -_commit="06d58e6e" +_commit="fd2d4a8f" source=("${_realname}::git+https://github.com/YosysHQ/${_realname}.git#commit=${_commit}") sha256sums=('SKIP')