Date: Thursday, May 16, 2019 @ 18:44:33 Author: felixonmars Revision: 467539
upgpkg: haskell-store 0.5.1.0-1 rebuild with store 0.5.1.0 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-16 18:37:00 UTC (rev 467538) +++ PKGBUILD 2019-05-16 18:44:33 UTC (rev 467539) @@ -2,23 +2,23 @@ _hkgname=store pkgname=haskell-store -pkgver=0.4.3.2 -pkgrel=199 +pkgver=0.5.1.0 +pkgrel=1 pkgdesc="Fast binary serialization" url="https://github.com/fpco/store" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 'haskell-base64-bytestring' - 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' + 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free' 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' - 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' 'haskell-streaming-commons' + 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d') +sha512sums=('2ec0ac436d21d74d50ab31d87064cba3acf27eba4b65ce42eb6c47b86a3047862ea381889fc67302e8c08063a3d281d59e1048eacd2ae7e0443cf19d7100b218') prepare() { cd $_hkgname-$pkgver
