[arch-commits] Commit in pandoc/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 13:48:36 UTC 2022


    Date: Monday, March 21, 2022 @ 13:48:36
  Author: felixonmars
Revision: 1166862

upgpkg: pandoc 2.16.2-1: rebuild with pandoc 2.16.2

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 13:41:58 UTC (rev 1166861)
+++ PKGBUILD	2022-03-21 13:48:36 UTC (rev 1166862)
@@ -3,35 +3,35 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.16.1
-pkgrel=7
+pkgver=2.16.2
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' 'haskell-aeson-pretty'
-         'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-html'
-         'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-citeproc' 'haskell-commonmark'
-         'haskell-commonmark-extensions' 'haskell-commonmark-pandoc' 'haskell-connection'
-         'haskell-data-default' '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'
+depends=('ghc-libs' 'haskell-glob' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
+         'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base64-bytestring'
+         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-citeproc'
+         '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-marshalling' 'haskell-hslua-module-path' 'haskell-hslua-module-system'
          'haskell-hslua-module-text' 'haskell-hslua-module-version' 'haskell-http-client'
-         'haskell-syb' '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-zip-archive'
-         'haskell-xml' 'haskell-xml-conduit' 'haskell-yaml' 'haskell-zlib')
+         'haskell-http-client-tls' 'haskell-http-types' 'haskell-ipynb' 'haskell-jira-wiki-markup'
+         'haskell-lpeg' 'haskell-network' 'haskell-network-uri' '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')
 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-hunit' 'haskell-tasty-lua'
-             'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-quickcheck' '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=('21d0bf65400fc94a6512d2ce9e999d0aadf51d194eb7b36c95c6c972e5fa11e698155088bfa059cdba399b9c8a000ece03cf0c45135bbfdf3dbb646d180cfc32')
+sha512sums=('0e1026a93ee0dbd0523c4787b9cabec16d0a2e3b29a6914fd73859b9d6d9c0c71421b8949dfaa551c610c6dfa53de05f5d358cbeb43ad1213039b9ea6d63f9a1')
 
 prepare() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list