Date: Thursday, January 27, 2022 @ 11:31:23 Author: alerque Revision: 1116992
upgpkg: haskell-commonmark-extensions 0.2.2.1-1; rebuild with haskell-commonmark 0.2.1.1 Modified: haskell-commonmark-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-27 11:30:46 UTC (rev 1116991) +++ PKGBUILD 2022-01-27 11:31:23 UTC (rev 1116992) @@ -1,9 +1,10 @@ # Maintainer: Felix Yan <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> _hkgname=commonmark-extensions pkgname=haskell-commonmark-extensions -pkgver=0.2.1.2 -pkgrel=40 +pkgver=0.2.2.1 +pkgrel=1 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs" license=('BSD') @@ -11,7 +12,7 @@ depends=('ghc-libs' 'haskell-commonmark' 'haskell-emojis' 'haskell-network-uri') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('f2a41ad2f71d67512affc0c5882d86256e7b9f7dce1194c8a6708ba5dfbb0807d8dbdd8a7972c6c2e0a0dcf6695fe68cd1430488756222dc1a545671e0aa10e1') +sha512sums=('ef371e8fa92d489f160d6f86d62be1da3b0c27e184a0ce5370c9c599c3cfab358646efcb7795d741ca1c6771a616ed08c8e88737c8a595a8ff74fb8322d3a4d1') prepare() { cd $_hkgname-$pkgver @@ -20,7 +21,7 @@ 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 @@ -38,7 +39,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"
