Date: Saturday, February 17, 2018 @ 16:31:08 Author: felixonmars Revision: 296114
upgpkg: haskell-hakyll 4.11.0.0-1 rebuild with pandoc,2.1.1 pandoc-citeproc,0.13.0.1 hakyll,4.11.0.0 skylighting,0.6 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-17 16:30:44 UTC (rev 296113) +++ PKGBUILD 2018-02-17 16:31:08 UTC (rev 296114) @@ -4,31 +4,25 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.10.0.0 -pkgrel=70 +pkgver=4.11.0.0 +pkgrel=1 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' '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' - 'haskell-random' 'haskell-regex-base' 'haskell-regex-tdfa' 'haskell-resourcet' - 'haskell-scientific' 'haskell-system-filepath' 'haskell-tagsoup' 'haskell-text' + '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') 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=('17c5986ba3a522d081067e7d728113311b918289c2b35da372d5804d1606fe58494249b3acc9e0988a0608f8d9715eace172f6e64fed1e45625b791410a61d37') +sha512sums=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee') -prepare() { - sed -e 's/tasty >= 0.11 && < 0.12,/tasty,/' \ - -e 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit,/' \ - -i $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
