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

Felix Yan felixonmars at archlinux.org
Mon Jul 30 06:06:26 UTC 2018


    Date: Monday, July 30, 2018 @ 06:06:26
  Author: felixonmars
Revision: 364913

upgpkg: haskell-hakyll 4.12.3.0-75

rebuild with file-embed 0.0.11

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-30 05:00:24 UTC (rev 364912)
+++ PKGBUILD	2018-07-30 06:06:26 UTC (rev 364913)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=74
+pkgrel=75
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -24,7 +24,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*0.9/<1/' -e 's/<.*0.0.11/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list