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

Felix Yan felixonmars at archlinux.org
Mon Oct 26 17:50:42 UTC 2020


    Date: Monday, October 26, 2020 @ 17:50:42
  Author: felixonmars
Revision: 734011

upgpkg: pandoc 2.11-1: rebuild with pandoc-types 1.22, pandoc 2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 17:44:00 UTC (rev 734010)
+++ PKGBUILD	2020-10-26 17:50:42 UTC (rev 734011)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.10.1
-pkgrel=51
+pkgver=2.11
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -11,9 +11,9 @@
 depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
          'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base64-bytestring'
          'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
-         'haskell-commonmark' 'haskell-commonmark-extensions' 'haskell-commonmark-pandoc'
-         'haskell-connection' 'haskell-data-default' 'haskell-doclayout'
-         'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+         '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-module-system'
          'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-hsyaml'
@@ -27,15 +27,15 @@
             'texlive-core: for pdf output')
 conflicts=('haskell-pandoc')
 replaces=('haskell-pandoc')
-makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua'
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua'
              '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=('055d0d87c621ec428da7d2c589de9e1371ec6ebf613d943573d89c8bb98f2a0d67d4c156cf31f4257f0093c69f4006d06e11426ee04e7267f535c68381cfabf2')
+sha512sums=('e17251c2b501eca47a017b880a9cbf2cb7d6fcfee040a4a6f400d53e14226bc377394bdc153125c732c34a5f24ce665e905448f08b4521df0f0a7af35c2e1a96')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
-    sed -i 's/< *1.2/<2/' $pkgname.cabal
+    uusi $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