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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 20:21:15 UTC 2018


    Date: Friday, November 9, 2018 @ 20:21:15
  Author: felixonmars
Revision: 404402

upgpkg: pandoc 2.4-1

rebuild with pandoc 2.4, haddock-library 1.7.0

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 20:12:40 UTC (rev 404401)
+++ PKGBUILD	2018-11-09 20:21:15 UTC (rev 404402)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.3.1
-pkgrel=27
+pkgver=2.4
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -16,7 +16,7 @@
          'haskell-hslua-module-text' '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-random'
-         'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+         'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 'haskell-unicode-transforms'
          'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml'
          'haskell-zlib')
 optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
@@ -26,17 +26,12 @@
 replaces=('haskell-pandoc')
 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"
-        https://github.com/jgm/pandoc/commit/58eb78c437a411ee796e2c90d7c4681fe78d8254.patch)
-sha512sums=('e1c708e828c48ce5cf2a8a00431c0d75750ec46a67389de04260f3e18845b67a7e4792ea862e6184da00d335f1567f1276af4bddbb8d5275b3913f1b3a752121'
-            'bf5aa3cf3628c52d1cd535b2a39a6ac3f158db828923da677870186ff1db80f1cb47f67c136496759a0a49a9f77a6fb89ac16ed3561af1ce50350ee17a3826d0')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('8ff0256c36629efea236753078ab9fd7c7caebe4b0b5b7020d5a286d84c25fd464ce040bb960b0a58d38efe39abfbdeb31e80fd7289ef95013509aedc675a64b')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
-    patch -p1 -i ../58eb78c437a411ee796e2c90d7c4681fe78d8254.patch
 
-    sed -i 's/< *0.6/<1/' $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