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

Felix Yan felixonmars at archlinux.org
Mon Mar 30 19:28:40 UTC 2020


    Date: Monday, March 30, 2020 @ 19:28:39
  Author: felixonmars
Revision: 607117

upgpkg: pandoc 2.9.2.1-1: rebuild with pandoc 2.9.2.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 19:16:56 UTC (rev 607116)
+++ PKGBUILD	2020-03-30 19:28:39 UTC (rev 607117)
@@ -2,14 +2,14 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc
-pkgver=2.9.2
-pkgrel=78
+pkgver=2.9.2.1
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson'
-         'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
+         'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-base-noprelude'
          'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-blaze-markup'
          'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 'haskell-doclayout'
          'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 'haskell-glob'
@@ -29,14 +29,11 @@
 makedepends=('ghc' '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"
-        pandoc-jira-wiki-markup-1.1.patch::https://github.com/jgm/pandoc/commit/7eb991484127a8c79b8db76743d2d63ee47e79ca.patch)
-sha512sums=('af67ad7ff6f5f16d62a9a5b988bb402f17e5774fcc91a7be56d95b2694640051628495c526ae9f92095ec7050ebb096db5d23ef07a105e73bbf50386a67eb532'
-            'f6bd382c6cedba47fc39ebb36845cdc9b107f11c0ae2a38102312bff77dd46845cc7ef0ad443be810c6f1fa95776a665d9a85a7a351a1dc0d35a46dffc1657af')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
-    patch -p1 -i ../pandoc-jira-wiki-markup-1.1.patch
 
     # 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