[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 27 05:29:04 UTC 2016
Date: Thursday, October 27, 2016 @ 05:29:03
Author: felixonmars
Revision: 193763
upgpkg: haskell-hakyll 4.9.0.0-8
rebuild with pandoc-types-1.17.0.4, pandoc-1.18, pandoc-citeproc-0.10.2.1
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-27 05:19:10 UTC (rev 193762)
+++ PKGBUILD 2016-10-27 05:29:03 UTC (rev 193763)
@@ -5,7 +5,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.9.0.0
-pkgrel=7
+pkgrel=8
pkgdesc="A static website compiler library"
url="http://jaspervdj.be/hakyll"
license=("custom:BSD3")
@@ -28,6 +28,9 @@
cd "${srcdir}/${_hkgname}-${pkgver}"
patch -p1 -i ../http-conduit-2.2.patch
patch -p1 -i ../optparse-applicative-0.13.patch
+
+ sed -e 's/pandoc >= 1.14 && < 1.18,/pandoc >= 1.14 \&\& < 1.19,/' \
+ -i ${_hkgname}.cabal
}
build() {
More information about the arch-commits
mailing list