Date: Saturday, February 4, 2023 @ 21:27:21 Author: felixonmars Revision: 1392427
upgpkg: haskell-hakyll 4.15.1.1-215: rebuild with doctemplates 0.11, jira-wiki-markup 1.5.0, pandoc 3.0, pandoc-crossref 0.3.15.0, pandoc-lua-marshal 0.2.0, pandoc-types 1.23 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 21:26:54 UTC (rev 1392426) +++ PKGBUILD 2023-02-04 21:27:21 UTC (rev 1392427) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.15.1.1 -pkgrel=214 +pkgrel=215 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -13,17 +13,20 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 'haskell-lifted-async' 'haskell-lrucache' - 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 'haskell-random' + 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-pandoc' 'haskell-random' 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c0fee6bedfe19677484e41d2d0a098bf351c35a8b3adc7fe5de407a0686dd1d1108584b05525f70ce7cac94919b50c09be91706226bbc3f3e3d155cc9bc1eb34') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" + $pkgname-pandoc-3.0.patch::https://github.com/jaspervdj/hakyll/commit/2ea5d682cfb7631bc00c9452e5fdc1c1c15900f8.patch) +sha512sums=('c0fee6bedfe19677484e41d2d0a098bf351c35a8b3adc7fe5de407a0686dd1d1108584b05525f70ce7cac94919b50c09be91706226bbc3f3e3d155cc9bc1eb34' + 'eacfeb136de91a27b8b9d47449dbfe2af5ea688f4d3cf6e739a16cddcf89c5da4272ca58ed1dab079ad627e9440acf58dec3f1d84eacb7121041c3c31e1aa699') 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 }
