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

Felix Yan felixonmars at archlinux.org
Sat Mar 20 08:11:08 UTC 2021


    Date: Saturday, March 20, 2021 @ 08:11:08
  Author: felixonmars
Revision: 895987

upgpkg: pandoc 2.12-1: rebuild with pandoc 2.12

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 08:09:50 UTC (rev 895986)
+++ PKGBUILD	2021-03-20 08:11:08 UTC (rev 895987)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.11.4
-pkgrel=17
+pkgver=2.12
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -12,16 +12,17 @@
          '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-library1.9' 'haskell-ipynb' 'haskell-jira-wiki-markup' '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-xml' 'haskell-zlib')
+         'haskell-commonmark-pandoc' 'haskell-connection' 'haskell-data-default'
+         'haskell-doclayout' 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed'
+         'haskell-glob' 'haskell-haddock-library1.9' '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-temporary' 'haskell-text-conversions' 'haskell-network-uri'
+         'haskell-unicode-transforms' 'haskell-unordered-containers' 'haskell-zip-archive'
+         'haskell-xml' 'haskell-xml-conduit' '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')
@@ -31,11 +32,11 @@
              '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=('ec07c76f3bf71d38bf5a70f2d13b5e60232e1581eb9fddc302b0e15a3cea4dd60d520de249fd5108eb1afa3d853ceefae1651c4f5a82c25ed74c94ab9700aa70')
+sha512sums=('da57f8d9083d04bf2ec2f316f70b8241fcdeaeff6de7937f8f0803546109509527f39e1aa1ca576f966aaff3b563646f9f284b936802c37393311d9af5fa5144')
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u base64-bytestring -u random -u tasty $pkgname.cabal
+    uusi -u random $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



More information about the arch-commits mailing list