Date: Wednesday, February 24, 2021 @ 09:16:07 Author: felixonmars Revision: 871107
upgpkg: haskell-vault 0.3.1.5-1: rebuild with vault 0.3.1.5 Modified: haskell-vault/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-24 09:12:03 UTC (rev 871106) +++ PKGBUILD 2021-02-24 09:16:07 UTC (rev 871107) @@ -3,8 +3,8 @@ _hkgname=vault pkgname=haskell-vault -pkgver=0.3.1.4 -pkgrel=72 +pkgver=0.3.1.5 +pkgrel=1 pkgdesc="A persistent store for values of arbitrary types" url="https://github.com/HeinrichApfelmus/vault" license=("BSD") @@ -12,13 +12,8 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('70bebabce76b5e56b3d5cd4f95590ecef7a41f4de7f943932713fbb3eb17ac4d615a25b6503773a532b36649cf4a7b595be3b4222a15ca7d0756b2bee8aa0792') +sha512sums=('f268d192f53594d5be39db807982073591e9bb830411813d6904e5ad1bf10d16eb5f89d9a39b764f92e6e196aeaabeac1b75cd07a70c59a42ce842835758e409') -prepare() { - cd $_hkgname-$pkgver - sed -i '/semigroups/d' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
