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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 19 23:33:12 UTC 2022


    Date: Saturday, March 19, 2022 @ 23:33:11
  Author: felixonmars
Revision: 1162935

upgpkg: pandoc 2.16-1: rebuild with pandoc 2.16

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 23:13:55 UTC (rev 1162934)
+++ PKGBUILD	2022-03-19 23:33:11 UTC (rev 1162935)
@@ -3,28 +3,27 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.15
-pkgrel=7
+pkgver=2.16
+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-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'
          '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-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-zlib')
+         'haskell-xml' 'haskell-xml-conduit' 'haskell-yaml' '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')
@@ -32,11 +31,11 @@
 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=('b8379756578943cceea2f131560c3bfc4d2223d4ec89efa1fe9496950c25037bc78564244c1644a15145beb723a27f1df8c32f1b5445a6889032c700cea9f781')
+sha512sums=('36abdda6487922a07e15a3dd0a33d294f553570ecca88d9ec4935701eb24be73f6f5c6c305314a35044dafc807df78c1e26a4ae33d584f029b8143ad73c6ada6')
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u citeproc -u unicode-transforms $pkgname.cabal
+    uusi -u unicode-transforms $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