Date: Sunday, June 21, 2020 @ 13:19:49 Author: felixonmars Revision: 649284
upgpkg: haskell-hakyll 4.13.3.0-79: rebuild with cryptonite 0.27 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-21 13:05:02 UTC (rev 649283) +++ PKGBUILD 2020-06-21 13:19:49 UTC (rev 649284) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.3.0 -pkgrel=78 +pkgrel=79 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal + sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/;s/< *0.27/<1/' $_hkgname.cabal } build() {
