Date: Sunday, May 30, 2021 @ 15:06:14 Author: felixonmars Revision: 950395
upgpkg: haskell-commonmark-pandoc 0.2.1-1: rebuild with citeproc 0.4, commonmark 0.2, commonmark-extensions 0.2.1, commonmark-pandoc 0.2.1, jira-wiki-markup 1.4.0, pandoc 2.14 Modified: haskell-commonmark-pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-30 15:05:44 UTC (rev 950394) +++ PKGBUILD 2021-05-30 15:06:14 UTC (rev 950395) @@ -2,8 +2,8 @@ _hkgname=commonmark-pandoc pkgname=haskell-commonmark-pandoc -pkgver=0.2.0.1 -pkgrel=102 +pkgver=0.2.1 +pkgrel=1 pkgdesc="Bridge between commonmark and pandoc AST" url="https://github.com/jgm/commonmark-hs" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-commonmark' 'haskell-commonmark-extensions' 'haskell-pandoc-types') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d') +sha512sums=('347cd2add111e2e0556d6fcc315d813ef8bddec2cdffb11fd699badc9f59f3a1809f62b4860694256b3123f05e96043d637b4d07172d61690f4a0ef1ed3a0c53') build() { cd $_hkgname-$pkgver
