Date: Friday, May 11, 2018 @ 09:38:39 Author: felixonmars Revision: 320659
upgpkg: haskell-hakyll 4.12.2.0-1 rebuild with pandoc,2.2 pandoc-citeproc,0.14.3.1 pandoc-crossref,0.3.2.0 hakyll,4.12.2.0 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-11 09:36:09 UTC (rev 320658) +++ PKGBUILD 2018-05-11 09:38:39 UTC (rev 320659) @@ -4,8 +4,8 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.11.0.0 -pkgrel=75 +pkgver=4.12.2.0 +pkgrel=1 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") @@ -12,22 +12,16 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' 'haskell-data-default' 'haskell-file-embed' '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' 'haskell-random' 'haskell-regex-base' 'haskell-regex-tdfa' - 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 'haskell-text' - 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' - 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') + 'haskell-http-types' 'haskell-lrucache' 'haskell-mtl' 'haskell-network-uri' + 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-parsec' 'haskell-random' + 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' + 'haskell-text' 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee') +sha512sums=('0192460e1734f88906ec9c8f56ae5d9baed9bcaa9a760c748b4e8d42a5e7caa72fdaa4291f3fc96d667a37de9725a483b1f323fca2283434b29cd7bb5f25e253') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/tasty-quickcheck >= 0.8 && < 0.10,/tasty-quickcheck >= 0.8,/' $_hkgname.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -34,7 +28,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -fcheckexternal -fwatchserver -fpreviewserver + -fcheckexternal -fwatchserver -fpreviewserver -fusepandoc runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
