Date: Saturday, August 5, 2017 @ 10:46:02 Author: felixonmars Revision: 248645
upgpkg: pandoc-crossref 0.2.5.0-85 rebuild with syb,0.7 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-05 10:06:42 UTC (rev 248644) +++ PKGBUILD 2017-08-05 10:46:02 UTC (rev 248645) @@ -4,7 +4,7 @@ pkgname=pandoc-crossref pkgver=0.2.5.0 -pkgrel=84 +pkgrel=85 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") @@ -18,7 +18,9 @@ sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491') prepare() { - sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' ${pkgname}-${pkgver}/${pkgname}.cabal + sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \ + -e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \ + -i ${pkgname}-${pkgver}/${pkgname}.cabal } build() {
