Date: Monday, June 19, 2017 @ 17:04:45 Author: felixonmars Revision: 238703
upgpkg: haskell-hakyll 4.9.8.0-1 rebuild with pandoc-citeproc,0.10.5.1 hakyll,4.9.8.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 16:58:21 UTC (rev 238702) +++ PKGBUILD 2017-06-19 17:04:45 UTC (rev 238703) @@ -4,13 +4,13 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.9.7.0 -pkgrel=5 +pkgver=4.9.8.0 +pkgrel=1 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash" +depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash" "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" "haskell-http-types" "haskell-lrucache" "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" "haskell-parsec" @@ -19,13 +19,13 @@ "haskell-time-locale-compat" "haskell-unordered-containers" "haskell-vector" "haskell-wai" "haskell-wai-app-static" "haskell-warp" "haskell-yaml") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('33c0ef353fce4eb98fb90b09e6a1e06f677306de47c88629d438de648a21de19b03e8bff696cc0535db74aef9906871849596a96be165e40198eab9d3e02a5ce') +sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef244448c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487') build() { cd "${srcdir}/${_hkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ --libsubdir=\$compiler/site-local/\$pkgid \ -fcheckexternal -fwatchserver -fpreviewserver runhaskell Setup build
