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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 18:38:30 UTC 2022


    Date: Tuesday, March 22, 2022 @ 18:38:30
  Author: felixonmars
Revision: 1170447

upgpkg: pandoc 2.17-1: rebuild with ipynb 0.2, pandoc 2.17, texmath 0.12.4

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 18:27:52 UTC (rev 1170446)
+++ PKGBUILD	2022-03-22 18:38:30 UTC (rev 1170447)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.16.2
-pkgrel=5
+pkgver=2.17
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -15,28 +15,26 @@
          '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-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')
+         'haskell-hslua-aeson' 'haskell-hslua-marshalling' 'haskell-hslua-module-path'
+         'haskell-hslua-module-system' 'haskell-hslua-module-text' 'haskell-hslua-module-version'
+         'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ipynb'
+         'haskell-jira-wiki-markup' 'haskell-lpeg' 'haskell-network' 'haskell-network-uri'
+         'haskell-pandoc-lua-marshal' '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-quickcheck' 'haskell-tasty' 'haskell-tasty-golden'
+makedepends=('ghc' 'haskell-diff' '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=('0e1026a93ee0dbd0523c4787b9cabec16d0a2e3b29a6914fd73859b9d6d9c0c71421b8949dfaa551c610c6dfa53de05f5d358cbeb43ad1213039b9ea6d63f9a1')
+sha512sums=('a10e92ef76bad155fc60f971dcea61394fd787a95ccd6da21ff24494bfd0f4c672109d4b4db771596446a9a0150c0dd0b9e53dc19117d5531455b3d3762033c7')
 
 prepare() {
     cd $pkgname-$pkgver
-    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