Date: Friday, June 24, 2016 @ 15:43:52 Author: felixonmars Revision: 181017
upgpkg: haskell-hakyll 4.8.3.2-1 rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-24 15:38:28 UTC (rev 181016) +++ PKGBUILD 2016-06-24 15:43:52 UTC (rev 181017) @@ -4,8 +4,8 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.8.3.1 -pkgrel=8 +pkgver=4.8.3.2 +pkgrel=1 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll" license=("custom:BSD3") @@ -19,18 +19,8 @@ "haskell-time-locale-compat" "haskell-unordered-containers" "haskell-vector" "haskell-yaml") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4') +sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39') -prepare() { - sed -e 's/binary >= 0.5 && < 0.8,/binary >= 0.5 \&\& < 0.9,/' \ - -e 's/data-default >= 0.4 && < 0.7,/data-default >= 0.4 \&\& < 0.8,/' \ - -e 's/process >= 1.0 && < 1.3,/process >= 1.0 \&\& < 1.5,/' \ - -e 's/time >= 1.4 && < 1.6,/time >= 1.4 \&\& < 1.7,/' \ - -e 's/pandoc-citeproc >= 0.4 && < 0.10,/pandoc-citeproc >= 0.4 \&\& < 0.11,/' \ - -e 's/tagsoup >= 0.13.1 && < 0.14,/tagsoup >= 0.13.1 \&\& < 0.16,/' \ - -i ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
