Date: Wednesday, December 21, 2016 @ 06:50:46 Author: felixonmars Revision: 200638
upgpkg: haskell-store 0.2.1.2-13 rebuild with memory-0.14 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 06:34:33 UTC (rev 200637) +++ PKGBUILD 2016-12-21 06:50:46 UTC (rev 200638) @@ -4,7 +4,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.2.1.2 -pkgrel=12 +pkgrel=13 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('custom:BSD3') @@ -16,7 +16,7 @@ 'haskell-smallcheck' 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') -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) md5sums=('fe54d6fccfccd3fec8820ed1490b25fb') prepare() {
