Date: Sunday, December 25, 2016 @ 21:34:34 Author: felixonmars Revision: 202382
upgpkg: haskell-cassava 0.4.5.1-2 rebuild with unordered-containers-0.2.7.2 Modified: haskell-cassava/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 21:30:50 UTC (rev 202381) +++ PKGBUILD 2016-12-25 21:34:34 UTC (rev 202382) @@ -5,7 +5,7 @@ _hkgname=cassava pkgname=haskell-cassava pkgver=0.4.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="A CSV parsing and encoding library" url="https://github.com/tibbe/cassava" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" "haskell-text" "haskell-unordered-containers" "haskell-vector") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('7c622ae9dc647508662a1cda3fe3f6d7032786e4e3d15f8488de9e9330cf9d9f') build() {
