Date: Friday, June 23, 2017 @ 14:54:39 Author: felixonmars Revision: 240434
upgpkg: haskell-doctemplates 0.1.0.2-22 rebuild with hashable,1.2.6.1 Modified: haskell-doctemplates/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:53:13 UTC (rev 240433) +++ PKGBUILD 2017-06-23 14:54:39 UTC (rev 240434) @@ -4,12 +4,12 @@ _hkgname=doctemplates pkgname=haskell-doctemplates pkgver=0.1.0.2 -pkgrel=21 +pkgrel=22 pkgdesc="Pandoc-style document templates" url="https://github.com/jgm/doctemplates" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-blaze-markup" "haskell-blaze-html" "haskell-parsec" +depends=('ghc' "haskell-aeson" "haskell-blaze-markup" "haskell-blaze-html" "haskell-parsec" "haskell-scientific" "haskell-text" "haskell-unordered-containers" "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b') @@ -18,8 +18,8 @@ cd "${srcdir}/${_hkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
