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

Felix Yan felixonmars at archlinux.org
Tue Aug 11 09:49:27 UTC 2020


    Date: Tuesday, August 11, 2020 @ 09:49:27
  Author: felixonmars
Revision: 674449

upgpkg: haskell-hakyll 4.13.4.0-23: rebuild with jira-wiki-markup 1.3.2, pandoc 2.10, pandoc-crossref, 0.3.7.0, pandoc-types 1.21

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-11 09:34:57 UTC (rev 674448)
+++ PKGBUILD	2020-08-11 09:49:27 UTC (rev 674449)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.0
-pkgrel=22
+pkgrel=23
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -18,12 +18,15 @@
          'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+        hakyll-pandoc-2.10.patch::https://github.com/jaspervdj/hakyll/pull/787.patch)
+sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a'
+            'af8fb00a70ec4461ffb424915c1cc45ccc3d77ac1d36b3680e97363a15bec0ee437c7ce2b9c1e21640117bdbe6cb3fd3b7adccf355cabd942fe7ea2963ee2074')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.1/<3/;s/< *0.0.12/<1/' $_hkgname.cabal
+    patch -p1 -i ../hakyll-pandoc-2.10.patch
+    sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list