Date: Wednesday, February 21, 2018 @ 20:16:37 Author: felixonmars Revision: 296735
upgpkg: haskell-vault 0.3.1.0-1 rebuild with vault,0.3.1.0 Modified: haskell-vault/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-21 20:15:20 UTC (rev 296734) +++ PKGBUILD 2018-02-21 20:16:37 UTC (rev 296735) @@ -4,16 +4,16 @@ _hkgname=vault pkgname=haskell-vault -pkgver=0.3.0.7 -pkgrel=9 +pkgver=0.3.1.0 +pkgrel=1 pkgdesc="A persistent store for values of arbitrary types" url="https://github.com/HeinrichApfelmus/vault" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-hashable" "haskell-unordered-containers") +depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroups' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548') +sha512sums=('90de19169c3add761ea94feebe31113f029f1b55ee28a4cecb56754bebb8d0432b94cd6b6cf57c726c88d0f05d0c19d41fb59fbc12c3f6fe007be3b11d70a679') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
