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

Felix Yan felixonmars at archlinux.org
Fri Jul 13 19:20:28 UTC 2018


    Date: Friday, July 13, 2018 @ 19:20:28
  Author: felixonmars
Revision: 358755

upgpkg: haskell-hakyll 4.12.3.0-61

rebuild with yaml 0.9.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-13 19:13:35 UTC (rev 358754)
+++ PKGBUILD	2018-07-13 19:20:28 UTC (rev 358755)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=60
+pkgrel=61
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -22,6 +22,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list