Date: Tuesday, March 22, 2016 @ 10:12:57 Author: fyan Revision: 167882
upgpkg: haskell-hakyll 4.7.5.1-41 rebuild with language-javascript-0.6.0.2, pandoc-1.17.0.1, zip-archive-0.3 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-22 09:08:45 UTC (rev 167881) +++ PKGBUILD 2016-03-22 09:12:57 UTC (rev 167882) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.7.5.1 -pkgrel=40 +pkgrel=41 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") @@ -21,6 +21,10 @@ install="${pkgname}.install" sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310') +prepare() { + sed -i 's/pandoc >= 1.14 && < 1.17,/pandoc >= 1.14 \&\& < 1.18,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
