Date: Sunday, September 20, 2020 @ 01:59:30 Author: felixonmars Revision: 710920
upgpkg: haskell-commonmark-pandoc 0.2.0.1-1: rebuild with commonmark-pandoc 0.2.0.1 Modified: haskell-commonmark-pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-20 01:54:56 UTC (rev 710919) +++ PKGBUILD 2020-09-20 01:59:30 UTC (rev 710920) @@ -2,8 +2,8 @@ _hkgname=commonmark-pandoc pkgname=haskell-commonmark-pandoc -pkgver=0.2.0.0 -pkgrel=13 +pkgver=0.2.0.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=('c670cb8de8161ddb461992429e271b33004bd4a224d039806b36b0315c5eb06c5e88e3712a0267852a8adcc1a32ef960a9ee04d1ffe65980c7b69b035a10e9ce') +sha512sums=('5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d') build() { cd $_hkgname-$pkgver
