[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 9 07:26:12 UTC 2019
Date: Saturday, March 9, 2019 @ 07:26:11
Author: felixonmars
Revision: 438192
upgpkg: haskell-hakyll 4.12.5.1-21
rebuild with pandoc 2.7, pandoc-citeproc 0.16.1.2
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-09 07:24:04 UTC (rev 438191)
+++ PKGBUILD 2019-03-09 07:26:11 UTC (rev 438192)
@@ -4,7 +4,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.12.5.1
-pkgrel=20
+pkgrel=21
pkgdesc="A static website compiler library"
url="http://jaspervdj.be/hakyll"
license=("BSD")
@@ -21,6 +21,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.7/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list