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

Felix Yan felixonmars at archlinux.org
Fri Sep 28 13:50:43 UTC 2018


    Date: Friday, September 28, 2018 @ 13:50:42
  Author: felixonmars
Revision: 387227

upgpkg: haskell-hakyll 4.12.4.0-22

rebuild with pandoc 2.3, pandoc-crossref 0.3.3.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 13:33:40 UTC (rev 387226)
+++ PKGBUILD	2018-09-28 13:50:42 UTC (rev 387227)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=21
+pkgrel=22
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll"
 license=("custom:BSD3")
@@ -21,6 +21,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*2.3/<3/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list