Date: Saturday, March 20, 2021 @ 08:50:55 Author: felixonmars Revision: 895999
upgpkg: haskell-hakyll 4.14.0.0-12: rebuild with pandoc 2.12 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-20 08:50:42 UTC (rev 895998) +++ PKGBUILD 2021-03-20 08:50:55 UTC (rev 895999) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.14.0.0 -pkgrel=11 +pkgrel=12 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 optparse-applicative -u tasty $_hkgname.cabal + uusi -u cryptonite -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal } build() {
