Date: Thursday, July 7, 2022 @ 22:17:29 Author: felixonmars Revision: 1248369
upgpkg: pandoc 2.18-1: rebuild with citeproc 0.7, doclayout 0.4, hslua 2.2.0, hslua-aeson 2.2.0, hslua-classes 2.2.0, hslua-core 2.2.0, hslua-marshalling 2.2.0, hslua-objectorientation 2.2.0, hslua-packaging 2.2.0, lua 2.2.0, pandoc 2.18 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 22:17:08 UTC (rev 1248368) +++ PKGBUILD 2022-07-07 22:17:29 UTC (rev 1248369) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.17.1.1 -pkgrel=56 +pkgver=2.18 +pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -15,29 +15,29 @@ 'haskell-commonmark' 'haskell-commonmark-extensions' 'haskell-commonmark-pandoc' 'haskell-connection' 'haskell-data-default' 'haskell-doclayout' 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 'haskell-haddock-library' 'haskell-hslua' - 'haskell-hslua-aeson' 'haskell-hslua-marshalling' 'haskell-hslua-module-path' - 'haskell-hslua-module-system' 'haskell-hslua-module-text' 'haskell-hslua-module-version' - 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ipynb' - 'haskell-jira-wiki-markup' 'haskell-lpeg' 'haskell-network' 'haskell-network-uri' - 'haskell-pandoc-lua-marshal' 'haskell-pandoc-types' 'haskell-pretty-show' 'haskell-random' - 'haskell-safe' 'haskell-scientific' 'haskell-skylighting' 'haskell-skylighting-core' - 'haskell-split' 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' + 'haskell-hslua-module-doclayout' 'haskell-hslua-module-path' 'haskell-hslua-module-system' + 'haskell-hslua-module-text' 'haskell-hslua-module-version' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ipynb' 'haskell-jira-wiki-markup' + 'haskell-lpeg' 'haskell-network' 'haskell-network-uri' 'haskell-pandoc-lua-marshal' + 'haskell-pandoc-types' 'haskell-pretty-show' 'haskell-random' 'haskell-safe' + 'haskell-scientific' 'haskell-skylighting' 'haskell-skylighting-core' 'haskell-split' + 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' 'haskell-text-conversions' 'haskell-unicode-collation' 'haskell-unicode-transforms' - 'haskell-xml' 'haskell-xml-conduit' 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib') + 'haskell-xml' 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yaml' + 'haskell-zip-archive' 'haskell-zlib') optdepends=('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' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden' - 'haskell-tasty-hunit' 'haskell-tasty-lua' 'haskell-tasty-quickcheck') +makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' + 'haskell-tasty-lua' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06') +sha512sums=('0e8210a37dda6818b23b9fac25b73b240d67f8e03c41d1f3a776dcf95d7fdf48354a25c08ad64eea069003f4ab7a3167ee9c3e80d4f6684ad6ec33d8c477d212') prepare() { cd $pkgname-$pkgver # TODO: find a better solution sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs - uusi -u texmath $pkgname.cabal } build() {
