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

Felix Yan felixonmars at archlinux.org
Sat Feb 17 16:24:16 UTC 2018


    Date: Saturday, February 17, 2018 @ 16:24:15
  Author: felixonmars
Revision: 296105

upgpkg: pandoc 2.1.1-1

rebuild with pandoc,2.1.1 pandoc-citeproc,0.13.0.1 hakyll,4.11.0.0 skylighting,0.6

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 16:15:44 UTC (rev 296104)
+++ PKGBUILD	2018-02-17 16:24:15 UTC (rev 296105)
@@ -3,22 +3,23 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.0.6
-pkgrel=47
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" "haskell-aeson"
-         "haskell-aeson-pretty" "haskell-base64-bytestring" "haskell-blaze-html"
-         "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
-         "haskell-data-default" "haskell-doctemplates" "haskell-glob" "haskell-mtl"
-         "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" "haskell-hslua-module-text"
-         "haskell-http-client" "haskell-syb" "haskell-http-client-tls" "haskell-http-types"
-         "haskell-safe" "haskell-split" "haskell-text" "haskell-texmath" "haskell-network"
-         "haskell-pandoc-types" "haskell-parsec" "haskell-random" "haskell-scientific"
-         "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" "haskell-unordered-containers"
-         "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
+         'haskell-aeson-pretty' 'haskell-base64-bytestring' 'haskell-blaze-html'
+         'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm'
+         'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob'
+         'haskell-mtl' 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+         'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-http-client-tls'
+         'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-text' 'haskell-texmath'
+         'haskell-network' 'haskell-pandoc-types' 'haskell-parsec' 'haskell-random'
+         'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+         'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml'
+         'haskell-yaml' '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')
@@ -27,7 +28,7 @@
 makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' '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=('a1e59fbedc8efbeaa482a90392beff3e6b93c5ee52f2955c57eba83baadfc10c76f474c1254de22daf7c0d250dc9114331d878f56ebf2e90cdd5bf75ecd6f208')
+sha512sums=('e9a5616d217606575f4d56d5dccf7e4dcf8fbb65edd2e8d329241f4718a8352d9768e8c4396a465d8da8178b68116536e6ac152595c6bfe3be0b01b62f700538')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"



More information about the arch-commits mailing list