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

Felix Yan felixonmars at archlinux.org
Tue Feb 11 17:48:37 UTC 2020


    Date: Tuesday, February 11, 2020 @ 17:48:36
  Author: felixonmars
Revision: 567833

upgpkg: pandoc 2.9-1: rebuild with doctemplates 0.8, pandoc 2.9

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 17:30:23 UTC (rev 567832)
+++ PKGBUILD	2020-02-11 17:48:36 UTC (rev 567833)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.8
-pkgrel=34
+pkgver=2.9
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -12,15 +12,15 @@
          'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
          'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-blaze-markup'
          'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 'haskell-doclayout'
-         'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' 'haskell-haddock-library'
-         'haskell-ipynb' 'haskell-skylighting' 'haskell-skylighting-core' 'haskell-hslua'
-         '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-text-conversions' 'haskell-network-uri' 'haskell-unicode-transforms'
-         'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml'
-         'haskell-zlib')
+         'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 'haskell-glob'
+         'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 'haskell-skylighting-core'
+         'haskell-hslua' '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-text-conversions' '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')
@@ -30,7 +30,7 @@
              '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=('2ca956c7e41077d4a9d27b68eaac270da13ff1a9ddd0a5ed532771f5739839d5dda49b64c174e5b0fefa4946bedb9029e8ff551c7181ca97e02d55c796fdd28f')
+sha512sums=('4c18aa3373ec82b47c438bb3382936ac89516c0b9c6bc2e83b613cd2c2f92197e21f36db90a0a4f3f9df88a6de3ee68bbeabfdd4c96e6e18e3e74025c489651c')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"



More information about the arch-commits mailing list