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

Felix Yan felixonmars at archlinux.org
Fri Oct 19 02:41:41 UTC 2018


    Date: Friday, October 19, 2018 @ 02:41:40
  Author: felixonmars
Revision: 396890

upgpkg: haskell-hakyll 4.12.4.0-46

rebuild with yaml 0.11.0.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-19 02:38:13 UTC (rev 396889)
+++ PKGBUILD	2018-10-19 02:41:40 UTC (rev 396890)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=45
+pkgrel=46
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' $_hkgname.cabal
+    sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list