Date: Sunday, May 30, 2021 @ 15:04:14 Author: felixonmars Revision: 950391
upgpkg: haskell-commonmark 0.2-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/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-30 15:03:04 UTC (rev 950390) +++ PKGBUILD 2021-05-30 15:04:14 UTC (rev 950391) @@ -2,17 +2,16 @@ _hkgname=commonmark pkgname=haskell-commonmark -pkgver=0.1.1.4 -pkgrel=25 +pkgver=0.2 +pkgrel=1 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs" license=('BSD') arch=('x86_64') -depends=('ghc-libs') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' - 'haskell-tasty-hunit') +depends=('ghc-libs' 'haskell-unicode-transforms') +makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('d8f8f652a78d6fcc0b623f6750f3735c22d623a3a8e423384ff0778993c0ac65e986bfb37ba939d0c4cda3db95af2289520883579d82372af5cf5e5bb0540657') +sha512sums=('f188ab59e7071801cc5106932a740a8d0bddf63c5610bcf45096c50413f93f426afc90cb2eee57846bee52406a5125610f8ba40c22ddbd8364e6b69eda6dfe64') build() { cd $_hkgname-$pkgver
