Date: Saturday, February 4, 2023 @ 21:26:42 Author: felixonmars Revision: 1392425
upgpkg: pandoc-crossref 0.3.15.0-1: 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: pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 21:25:24 UTC (rev 1392424) +++ PKGBUILD 2023-02-04 21:26:42 UTC (rev 1392425) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc-crossref -pkgver=0.3.14.0 -pkgrel=28 +pkgver=0.3.15.0 +pkgrel=1 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}" license=("GPL2") @@ -11,13 +11,13 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser' - 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 'haskell-syb' + 'haskell-optparse-applicative' 'haskell-pandoc' 'haskell-pandoc-types' 'haskell-syb' 'haskell-utility-ht') -makedepends=('ghc' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec' 'pandoc-cli') conflicts=('haskell-pandoc-crossref') replaces=('haskell-pandoc-crossref') -source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz") -sha512sums=('c456fbc20b835c2520ed201db3cf9bd6c7c4d2d2e469b77766c237025ec357cb7426a7437819e037444319d2aa8e2706c5d1bf5619a829d0b72de60def391da6') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('bd99e0bf0c2a868af6f635b042a6555705198e51501b2b4b89dc56cf1ec706cdaa718cd3d8666cfcf12fe3eb1ee529dd089da077a953dfc513c8d9e1c3e7cf53') build() { cd $pkgname-$pkgver
