Date: Monday, August 21, 2017 @ 12:49:55 Author: felixonmars Revision: 252818
upgpkg: haskell-pandoc-types 1.17.1-1 rebuild with pandoc-types,1.17.1 Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-21 12:46:16 UTC (rev 252817) +++ PKGBUILD 2017-08-21 12:49:55 UTC (rev 252818) @@ -4,8 +4,8 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types -pkgver=1.17.0.5 -pkgrel=25 +pkgver=1.17.1 +pkgrel=1 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc" license=("custom:BSD3") @@ -13,14 +13,8 @@ depends=('ghc-libs' "haskell-aeson" "haskell-quickcheck" "haskell-syb") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('c8825588b587ff5ed0c105156a11a43f3b752279997231cfc13102809bbc51b3') +sha512sums=('60490c4beaf790bc579230e160f6664399b2e9c038e9530ee6295b5146f6f9786ad60e58f5ab1c85bf5adc08e0c417ec0a3153f8324ce84a84e6db76377380d0') -prepare() { - sed -e 's/syb >= 0.1 && < 0.7,/syb >= 0.1 \&\& < 0.8,/' \ - -e 's/aeson >= 0.6.2 && < 1.2,/aeson >= 0.6.2 \&\& < 1.3,/' \ - -i $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
