[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 3 10:41:20 UTC 2018
Date: Monday, December 3, 2018 @ 10:41:20
Author: felixonmars
Revision: 410908
upgpkg: haskell-hakyll 4.12.4.0-79
rebuild with pandoc 2.5, pandoc-citeproc 0.15.0.1
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-03 10:33:33 UTC (rev 410907)
+++ PKGBUILD 2018-12-03 10:41:20 UTC (rev 410908)
@@ -4,7 +4,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.12.4.0
-pkgrel=78
+pkgrel=79
pkgdesc="A static website compiler library"
url="http://jaspervdj.be/hakyll"
license=("custom:BSD3")
@@ -23,7 +23,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' $_hkgname.cabal
+ sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' -e 's/< 0.15/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list