Date: Monday, May 18, 2020 @ 19:21:00 Author: felixonmars Revision: 629646
upgpkg: haskell-hakyll 4.13.3.0-20: rebuild with file-embed 0.0.12.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-18 19:18:42 UTC (rev 629645) +++ PKGBUILD 2020-05-18 19:21:00 UTC (rev 629646) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.13.3.0 -pkgrel=19 +pkgrel=20 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/' $_hkgname.cabal + sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal } build() {
