Date: Thursday, June 9, 2016 @ 05:17:01 Author: fyan Revision: 178755
upgpkg: haskell-aws 0.14.0-1 rebuild with EdisonAPI-1.3.1, JuicyPixels-3.2.7.1, MissingH-1.4.0.0, aeson-compat-0.3.4.0, aws-0.14.0, cairo-0.13.3.0, cereal-0.5.2.0, cgrep-6.6.14, cryptonite-0.16, extra-1.4.9, glib-0.13.4.0, gtk3-0.14.5, hackage-security-0.5.2.1, haddock-api-2.17.3, haddock-library-1.4.2, hlint-1.9.34, hslogger-1.2.10, http-types-0.9.1, language-javascript-0.6.0.5, pandoc-1.17.1, pandoc-citeproc-0.10, pango-0.13.3.0, pipes-4.2.0, retry-0.7.4, sandi-0.4.0, shake-0.15.8, statistics-0.13.3.0, unix-compat-0.4.2.0 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-09 03:13:15 UTC (rev 178754) +++ PKGBUILD 2016-06-09 03:17:01 UTC (rev 178755) @@ -4,8 +4,8 @@ _hkgname=aws pkgname=haskell-aws -pkgver=0.13.0 -pkgrel=44 +pkgver=0.14.0 +pkgrel=1 pkgdesc="Amazon Web Services (AWS) for Haskell" url="http://github.com/aristidb/aws" license=("custom:BSD3") @@ -20,16 +20,8 @@ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-xml-conduit") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6') +sha256sums=('b5b959f9b0ae8c07baf91e067b4005dc554d76c1ab15d019f13a4dc88a8a813e') -prepare() { - sed -e 's/cereal >= 0.3 && < 0.5,/cereal >= 0.3 \&\& < 0.6,/' \ - -e 's/data-default >= 0.5.3 && < 0.6,/data-default >= 0.5.3 \&\& < 0.8,/' \ - -e 's/transformers >= 0.2.2 && < 0.5,/transformers >= 0.2.2 \&\& < 0.6,/' \ - -e 's/time >= 1.1.4 && < 1.6,/time >= 1.1.4 \&\& < 1.7,/' \ - -i ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
