Date: Thursday, August 27, 2020 @ 08:13:05 Author: felixonmars Revision: 689227
upgpkg: haskell-hakyll 4.13.4.0-47: rebuild with random 1.2.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-27 06:27:42 UTC (rev 689226) +++ PKGBUILD 2020-08-27 08:13:05 UTC (rev 689227) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.4.0 -pkgrel=46 +pkgrel=47 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -26,7 +26,7 @@ prepare() { cd $_hkgname-$pkgver patch -p1 -i ../hakyll-pandoc-2.10.patch - sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/' $_hkgname.cabal + sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal } build() {
