Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hakyll
Commits: 74f5d293 by Felix Yan at 2025-09-20T08:50:37+00:00 upgpkg: 4.16.2.2-12: rebuild with pandoc 3.3, pandoc-cli 3.3, pandoc-lua-engine 0.3.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,12 @@ pkgbase = haskell-hakyll pkgdesc = A static website compiler library pkgver = 4.16.2.2 - pkgrel = 11 + pkgrel = 12 url = https://jaspervdj.be/hakyll arch = x86_64 license = BSD-3-Clause makedepends = ghc + makedepends = uusi makedepends = haskell-quickcheck makedepends = haskell-tasty makedepends = haskell-tasty-golden ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.16.2.2 -pkgrel=11 +pkgrel=12 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=('BSD-3-Clause') @@ -17,11 +17,16 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' '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' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden' +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=('dd0c03cea49ef65aaf045bb6cf0128dce2ee4c091dd94652e935fd4a679a1b2e5049729dfa1da941f5c342db32c3a403e9bd807015773f66041e841d79a563f8') +prepare() { + cd $_hkgname-$pkgver + uusi -u pandoc +} + build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/74f5d293e21ab8f5b30838427deaffca03415e76 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/74f5d293e21ab8f5b30838427deaffca03415e76 You're receiving this email because of your account on gitlab.archlinux.org.