Date: Saturday, February 4, 2023 @ 20:25:23 Author: felixonmars Revision: 1392388
upgpkg: haskell-doctemplates 0.11-1: rebuild with doctemplates 0.11, jira-wiki-markup 1.5.0, pandoc 3.0, pandoc-types 1.23 Modified: haskell-doctemplates/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 20:15:15 UTC (rev 1392387) +++ PKGBUILD 2023-02-04 20:25:23 UTC (rev 1392388) @@ -2,18 +2,18 @@ _hkgname=doctemplates pkgname=haskell-doctemplates -pkgver=0.10.0.2 -pkgrel=40 +pkgver=0.11 +pkgrel=1 pkgdesc="Pandoc-style document templates" url="https://github.com/jgm/doctemplates" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-hsyaml' 'haskell-safe' - 'haskell-scientific' 'haskell-text-conversions' 'haskell-vector') +depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-safe' 'haskell-scientific' + 'haskell-text-conversions' 'haskell-vector') makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('47bca3c29cb306ce0dd8cb91c255f2ed1988136380ddbfd3220ca5a14527650b44d2d4f5c7fef3245c5c11e5287dcf2523eb1b0ab861436e7f950fc8188af36a') +sha512sums=('f6e99c7fdc1c2ce4bdac3ff7bd92ad032d9d545f45300bdea46ca09518942adf6ba9b23b002f145d7f4841e119248dc51f61a99949816f7093fb15dddf441433') build() { cd $_hkgname-$pkgver
