Date: Monday, August 7, 2017 @ 07:06:26 Author: felixonmars Revision: 249306
upgpkg: haskell-blaze-html 0.9.0.1-1 rebuild with blaze-html,0.9.0.1 blaze-markup,0.8.0.0 Modified: haskell-blaze-html/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-07 07:03:42 UTC (rev 249305) +++ PKGBUILD 2017-08-07 07:06:26 UTC (rev 249306) @@ -4,15 +4,15 @@ _hkgname=blaze-html pkgname=haskell-blaze-html -pkgver=0.8.1.3 -pkgrel=4 +pkgver=0.9.0.1 +pkgrel=1 pkgdesc="A blazingly fast HTML combinator library for Haskell" url="http://jaspervdj.be/blaze" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text") +depends=('ghc' "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('8c16e717d353f981e0cd67b50f89ef6f94ab9c56662b3e58bd8a6c552433d637') +sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
