diff options
Diffstat (limited to 'pcr/nextpnr-git/PKGBUILD')
-rw-r--r-- | pcr/nextpnr-git/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index ead018102..f2dd4563c 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -1,15 +1,17 @@ # Maintainer(AUR): Graham Edgecombe <gpe@grahamedgecombe.com> # Maintainer: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> # parabola changes and rationale: -# no changes. +# - Fixed "error while loading shared libraries: libboost_python37.so.1.69.0" +# by switching from boost-libs to boost1.69-libs +# TODO: see if this needs to be sent to the nextpnr-git AUR maintainer pkgname=nextpnr-git -pkgver=r2197.cce5cb6 +pkgver=r2284.08cf545 pkgrel=1 pkgdesc='Portable FPGA place and route tool' arch=('i686' 'x86_64') url='https://github.com/YosysHQ/nextpnr' license=('custom:ISC') -depends=('boost-libs' 'python' 'qt5-base') +depends=('boost1.69-libs' 'python' 'qt5-base') makedepends=('boost' 'cmake' 'eigen' 'git' 'icestorm' 'trellis') provides=('nextpnr') conflicts=('nextpnr') |