Date: Tuesday, January 31, 2023 @ 13:20:07 Author: felixonmars Revision: 1391385
upgpkg: haskell-commonmark-pandoc 0.2.1.3-1: rebuild with commonmark-pandoc 0.2.1.3 Modified: haskell-commonmark-pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-31 12:48:38 UTC (rev 1391384) +++ PKGBUILD 2023-01-31 13:20:07 UTC (rev 1391385) @@ -2,8 +2,8 @@ _hkgname=commonmark-pandoc pkgname=haskell-commonmark-pandoc -pkgver=0.2.1.2 -pkgrel=106 +pkgver=0.2.1.3 +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=('85c7505b29c99e38bbadf93764e51ec40da3bff0799e99eecd011962f1103b81970cb5ffb7399b48927e0024c07554ee0e7d420a88bd2f37149a4777d8bca032') +sha512sums=('d5d91748501cdb4fcb738f89ee32135eed83ff1a41a3665f86ad36286a346b4751a355cd81d29e43a47500913b94796330df9b35201586d2610dbdb4ef4fa544') build() { cd $_hkgname-$pkgver
