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

Felix Yan felixonmars at archlinux.org
Sun Aug 4 04:33:11 UTC 2019


    Date: Sunday, August 4, 2019 @ 04:33:10
  Author: felixonmars
Revision: 497272

upgpkg: haskell-hakyll 4.12.5.2-66

rebuild with http2 2.0.3, warp 3.3.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 04:00:13 UTC (rev 497271)
+++ PKGBUILD	2019-08-04 04:33:10 UTC (rev 497272)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=65
+pkgrel=66
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.13/<3/' $_hkgname.cabal
+    sed -i -e 's/< *2.13/<3/' -e 's/< *3.3/<4/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list