[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 25 05:24:31 UTC 2020
Date: Saturday, April 25, 2020 @ 05:24:31
Author: felixonmars
Revision: 619817
upgpkg: pandoc 2.9.2.1-23: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 03:59:51 UTC (rev 619816)
+++ PKGBUILD 2020-04-25 05:24:31 UTC (rev 619817)
@@ -3,16 +3,16 @@
pkgname=pandoc
pkgver=2.9.2.1
-pkgrel=22
+pkgrel=23
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-base-noprelude'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
'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'
+ 'haskell-doctemplates' 'haskell-emojis' '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'
@@ -29,11 +29,14 @@
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")
-sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+ pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+ 'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1')
prepare() {
cd "${srcdir}/$pkgname-${pkgver}"
+ patch -p1 -i ../pandoc-revert-noprelude.patch
sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
# TODO: find a better solution
More information about the arch-commits
mailing list