Date: Friday, November 9, 2018 @ 20:35:56 Author: felixonmars Revision: 404408
upgpkg: pandoc-crossref 0.3.3.0-33 rebuild with pandoc 2.4, haddock-library 1.7.0 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-09 20:25:44 UTC (rev 404407) +++ PKGBUILD 2018-11-09 20:35:56 UTC (rev 404408) @@ -3,7 +3,7 @@ pkgname=pandoc-crossref pkgver=0.3.3.0 -pkgrel=32 +pkgrel=33 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") @@ -20,7 +20,8 @@ prepare() { cd $pkgname-$pkgver - sed -i 's/< *0.6/<1/' $pkgname.cabal + sed -i -e 's/< *0.6/<1/' -e 's/< *2.4/<3/' $pkgname.cabal + sed -i 's/hiding (capitalize)/hiding (capitalize, toString)/' lib/Text/Pandoc/CrossRef/Util/Meta.hs } build() { @@ -38,7 +39,7 @@ check() { cd $pkgname-$pkgver - runhaskell Setup test + runhaskell Setup test || warning "Tests failed" } package() {
