Date: Sunday, March 27, 2016 @ 05:35:49 Author: fyan Revision: 168531
upgpkg: haskell-cmark 0.5.2-1 rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1 Modified: haskell-cmark/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-27 03:34:22 UTC (rev 168530) +++ PKGBUILD 2016-03-27 03:35:49 UTC (rev 168531) @@ -4,17 +4,17 @@ _hkgname=cmark pkgname=haskell-cmark -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.2 +pkgrel=1 pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer" url="https://github.com/jgm/commonmark-hs" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-text") +depends=("ghc=7.10.3" "cmark" "haskell-text") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('e13a2889a74d6c9dd27bbd506b89f4ee8841c98aac36dd22f30a68863efa5446') +sha256sums=('757243bd8b479a29b60c39e549988e6003fc0744f827772ee91b4a58e48ecea4') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,7 +21,8 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -fpkgconfig runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
