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

Felix Yan felixonmars at archlinux.org
Thu Oct 27 03:58:38 UTC 2016


    Date: Thursday, October 27, 2016 @ 03:58:37
  Author: felixonmars
Revision: 193755

upgpkg: pandoc 1.18-1

rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-27 02:58:20 UTC (rev 193754)
+++ PKGBUILD	2016-10-27 03:58:37 UTC (rev 193755)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
-pkgver=1.17.2
-pkgrel=15
+pkgver=1.18
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -12,16 +12,16 @@
 arch=('i686' 'x86_64')
 makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" "haskell-aeson"
              "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup"
-             "haskell-cmark" "haskell-data-default" "haskell-mtl" "haskell-extensible-exceptions"
-             "haskell-filemanip" "haskell-haddock-library" "haskell-highlighting-kate"
-             "haskell-hslua" "haskell-http-client" "haskell-syb" "haskell-http-client-tls"
-             "haskell-http-types"  "haskell-text" "haskell-texmath" "haskell-network"
-             "haskell-old-time" "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")
+             "haskell-cmark" "haskell-data-default" "haskell-doctemplates" "haskell-mtl"
+             "haskell-extensible-exceptions" "haskell-filemanip" "haskell-haddock-library"
+             "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" "haskell-syb"
+             "haskell-http-client-tls" "haskell-http-types"  "haskell-text" "haskell-texmath"
+             "haskell-network" "haskell-old-time" "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")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec')
+sha256sums=('3ea4b977f31d71dedd99a4584a895659efbbab02b00fdc9daaf7781787ce4e92')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -63,5 +63,5 @@
     ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
 }



More information about the arch-commits mailing list