Date: Thursday, January 27, 2022 @ 11:35:03 Author: alerque Revision: 1116994
upgpkg: haskell-commonmark-pandoc 0.2.1.2-1; rebuild with commonmark 0.2.1.1, commonmark-extensions 0.2.2.1 Modified: haskell-commonmark-pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-27 11:31:30 UTC (rev 1116993) +++ PKGBUILD 2022-01-27 11:35:03 UTC (rev 1116994) @@ -2,8 +2,8 @@ _hkgname=commonmark-pandoc pkgname=haskell-commonmark-pandoc -pkgver=0.2.1.1 -pkgrel=45 +pkgver=0.2.1.2 +pkgrel=1 pkgdesc="Bridge between commonmark and pandoc AST" url="https://github.com/jgm/commonmark-hs" license=('BSD') @@ -11,11 +11,11 @@ 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=('fe3dfee3eec4e400c896db5427a6f228b94b71e7bb6d6ace6eead0fe2a495d931e355649f1652cc3b3a928b8abd22f37e6005b3a43d3c95e255c858c89246842') +sha512sums=('85c7505b29c99e38bbadf93764e51ec40da3bff0799e99eecd011962f1103b81970cb5ffb7399b48927e0024c07554ee0e7d420a88bd2f37149a4777d8bca032') build() { cd $_hkgname-$pkgver - + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm @@ -33,7 +33,7 @@ package() { cd $_hkgname-$pkgver - + install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh runhaskell Setup copy --destdir="$pkgdir"
