Date: Saturday, December 12, 2020 @ 16:50:00 Author: foutrelis Revision: 404127
Switch from pandoc to ronn for boost 1.75.0 pandoc is currently unavailable due to a separate haskell rebuild. Modified: nuspell/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-12 16:44:49 UTC (rev 404126) +++ PKGBUILD 2020-12-12 16:50:00 UTC (rev 404127) @@ -9,12 +9,17 @@ url='https://nuspell.github.io/' license=('LGPL3') depends=('boost-libs' 'icu') -makedepends=('cmake' 'boost' 'catch2' 'pandoc') -source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz") -sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed') +makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn') +source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz" + ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch) +sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed' + 'ca695c84df83e6df5a096017da91fa02ee4262acd45a66a111b9091ba9120defe67df2dad18c13d14ab2d211b83d58527d223791e948a0100d65d97eea5daf43') prepare() { mkdir build + # temporarily use ronn during the boost 1.75.0 rebuild; + # pandoc is unusable due to a separate haskell rebuild + patch -Rp1 -d ${pkgbase}-${pkgver} <${pkgname}-pandoc.patch } build() {
