Date: Sunday, December 25, 2016 @ 15:26:52 Author: felixonmars Revision: 201855
upgpkg: haskell-unordered-containers 0.2.7.2-1 rebuild with unordered-containers-0.2.7.2 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-25 15:06:02 UTC (rev 201854) +++ PKGBUILD 2016-12-25 15:26:52 UTC (rev 201855) @@ -7,7 +7,7 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers -pkgver=0.2.7.1 +pkgver=0.2.7.2 pkgrel=1 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" @@ -14,8 +14,8 @@ license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-hashable") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('2f9277f1d61c409775835f094c031fbb5462dd564d639f4f1357ee086fc4d702') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('7f5c4344fcab01f6046378c64522f0dfd69e417f6c1a8858a24bdabaadb3e56e') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
