Date: Thursday, March 17, 2022 @ 18:05:21 Author: felixonmars Revision: 1156767
upgpkg: pandoc 2.15-1: rebuild with hslua 2.0.0, hslua-module-path 1.0.0, hslua-module-system 1.0.0, hslua-module-text 1.0.0, hslua-module-version 1.0.0, pandoc 2.15, skylighting 0.12, skylighting-core 0.12, tasty-lua 1.0.0 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-17 18:03:55 UTC (rev 1156766) +++ PKGBUILD 2022-03-17 18:05:21 UTC (rev 1156767) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.14.2 -pkgrel=60 +pkgver=2.15 +pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -17,13 +17,14 @@ 'haskell-doclayout' 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 'haskell-glob' 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 'haskell-skylighting' 'haskell-skylighting-core' 'haskell-hslua' - 'haskell-hslua-module-path' '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-hslua-marshalling' 'haskell-hslua-module-path' 'haskell-hslua-module-system' + 'haskell-hslua-module-text' 'haskell-hslua-module-version' '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-pretty-show' 'haskell-random' 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-conversions' 'haskell-network-uri' - 'haskell-unicode-collation' 'haskell-unicode-transforms' 'haskell-unordered-containers' - 'haskell-zip-archive' 'haskell-xml' 'haskell-xml-conduit' 'haskell-zlib') + 'haskell-unicode-collation' 'haskell-unicode-transforms' 'haskell-zip-archive' + 'haskell-xml' 'haskell-xml-conduit' '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') @@ -31,7 +32,7 @@ makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua' 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('b6ea6e57fe500d4944d84007c693758a47890ef4880836ccdc7bf5b8d8f3e91c17f05e2d34892e308fdb99bacfa2098065af3d7f18d277f685eff81e810eee17') +sha512sums=('b8379756578943cceea2f131560c3bfc4d2223d4ec89efa1fe9496950c25037bc78564244c1644a15145beb723a27f1df8c32f1b5445a6889032c700cea9f781') prepare() { cd $pkgname-$pkgver
