Date: Thursday, November 24, 2016 @ 15:41:47 Author: felixonmars Revision: 196725
upgpkg: pandoc-crossref 0.2.4.1-1 rebuild with cmark-0.5.4 Modified: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-24 15:40:20 UTC (rev 196724) +++ PKGBUILD 2016-11-24 15:41:47 UTC (rev 196725) @@ -4,8 +4,8 @@ pkgbase=pandoc-crossref pkgname=(pandoc-crossref haskell-pandoc-crossref) -pkgver=0.2.3.0 -pkgrel=11 +pkgver=0.2.4.1 +pkgrel=1 pkgdesc="Pandoc filter for cross-references" url="http://hackage.haskell.org/package/${pkgbase}" license=("GPL2") @@ -12,16 +12,10 @@ arch=('i686' 'x86_64') makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" "haskell-data-accessor-template" "haskell-data-accessor-transformers" "haskell-mtl" "haskell-pandoc" "haskell-pandoc-types" - "haskell-roman-numerals" "haskell-syb" "haskell-yaml") + "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" "haskell-yaml") source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz") -sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e') +sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed') -prepare() { - sed -e 's/pandoc >= 1.17.1 && <1.18/pandoc >= 1.17.1 \&\& <1.19/' \ - -e 's/pandoc-types >= 1.16 && < 1.17/pandoc-types >= 1.16 \&\& < 1.18/' \ - -i ${pkgbase}-${pkgver}/${pkgbase}.cabal -} - build() { cd "${srcdir}/${pkgbase}-${pkgver}"
