Date: Wednesday, May 26, 2021 @ 06:00:30 Author: felixonmars Revision: 946544
upgpkg: haskell-hakyll 4.14.0.0-53: rebuild with file-embed 0.0.14.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-26 06:00:06 UTC (rev 946543) +++ PKGBUILD 2021-05-26 06:00:30 UTC (rev 946544) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.14.0.0 -pkgrel=52 +pkgrel=53 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u cryptonite -u memory -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal + uusi -u cryptonite -u file-embed -u memory -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal } build() {
