Date: Saturday, June 29, 2019 @ 13:29:52 Author: felixonmars Revision: 485747
upgpkg: pandoc 2.7.3-1 rebuild with skylighting 0.8.1.1, skylighting-core 0.8.1.1, pandoc 2.7.3 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-29 13:19:09 UTC (rev 485746) +++ PKGBUILD 2019-06-29 13:29:52 UTC (rev 485747) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.7.2 -pkgrel=70 +pkgver=2.7.3 +pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -13,25 +13,25 @@ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 'haskell-hslua' - 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-hsyaml' 'haskell-http-client-tls' - 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath' - 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 'haskell-scientific' - 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 'haskell-unicode-transforms' - 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' - 'haskell-zlib') + 'haskell-hslua-module-system' 'haskell-hslua-module-text' 'haskell-http-client' + 'haskell-syb' 'haskell-hsyaml' 'haskell-http-client-tls' 'haskell-http-types' + 'haskell-safe' 'haskell-split' 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' + 'haskell-random' 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' + 'haskell-network-uri' 'haskell-unicode-transforms' 'haskell-unordered-containers' + 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib') optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter' 'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter' 'texlive-core: for pdf output') conflicts=('haskell-pandoc') replaces=('haskell-pandoc') -makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' - 'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path') +makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua' + 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck' + 'haskell-executable-path') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b') +sha512sums=('7db610ed1f5bad7ae91b9c89b210500c0e2f8660982cf424080ea8a603ca1891187bbf6e4a48144b48716fd0131d204e953175a82668be44c39898041bac9740') prepare() { cd "${srcdir}/$pkgname-${pkgver}" - sed -i -e 's/< *2.13/<3/' -e 's/< *0.2/<1/' $pkgname.cabal # TODO: find a better solution sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
