Date: Wednesday, November 25, 2020 @ 16:13:36 Author: felixonmars Revision: 761090
upgpkg: haskell-commonmark 0.1.1.2-1: rebuild with commonmark 0.1.1.2 Modified: haskell-commonmark/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-25 16:08:35 UTC (rev 761089) +++ PKGBUILD 2020-11-25 16:13:36 UTC (rev 761090) @@ -2,8 +2,8 @@ _hkgname=commonmark pkgname=haskell-commonmark -pkgver=0.1.1.1 -pkgrel=2 +pkgver=0.1.1.2 +pkgrel=1 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs" license=('BSD') @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('f15fe7706a5d3ad4d8972603b34e18c762acf4c51424477e77bcd764a178954ed70e87549e85308c97abee7f3d7793a069acadeb22724597160648978e9d6aaa') +sha512sums=('746539c055ef84b4458e910bf260222498c7081f62f421ca63aa2652a1297c3ad6b518cc27a3783868b8db3df39fe454e78f6ebf51439e73495ab4699c5c8427') build() { cd $_hkgname-$pkgver