Date: Sunday, February 5, 2023 @ 22:32:45 Author: felixonmars Revision: 1392848
upgpkg: haskell-hakyll 4.15.1.1-216: rebuild with brick 1.5, fsnotify 0.4.0.0, hledger 1.28, hledger-lib 1.28, hledger-ui 1.28, hledger-web 1.28 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-05 22:30:15 UTC (rev 1392847) +++ PKGBUILD 2023-02-05 22:32:45 UTC (rev 1392848) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.15.1.1 -pkgrel=215 +pkgrel=216 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -27,7 +27,7 @@ prepare() { cd $_hkgname-$pkgver patch -p1 -i ../$pkgname-pandoc-3.0.patch || : # ignore patch failures on cabal file - uusi -u aeson -u optparse-applicative -u pandoc -u vector $_hkgname.cabal + uusi -u aeson -u fsnotify -u optparse-applicative -u pandoc -u vector $_hkgname.cabal } build() {
