[arch-commits] Commit in haskell-vault/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 21 15:57:16 UTC 2018


    Date: Monday, May 21, 2018 @ 15:57:15
  Author: felixonmars
Revision: 326283

upgpkg: haskell-vault 0.3.1.0-6

rebuild with ansi-terminal,0.8.0.4

Modified:
  haskell-vault/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 15:56:39 UTC (rev 326282)
+++ PKGBUILD	2018-05-21 15:57:15 UTC (rev 326283)
@@ -5,16 +5,21 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.1.0
-pkgrel=5
+pkgrel=6
 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-semigroups' 'haskell-unordered-containers')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('90de19169c3add761ea94feebe31113f029f1b55ee28a4cecb56754bebb8d0432b94cd6b6cf57c726c88d0f05d0c19d41fb59fbc12c3f6fe007be3b11d70a679')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list