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

Felix Yan felixonmars at archlinux.org
Sat May 19 16:42:06 UTC 2018


    Date: Saturday, May 19, 2018 @ 16:42:06
  Author: felixonmars
Revision: 324709

upgpkg: haskell-vector-instances 3.4-47

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 16:41:26 UTC (rev 324708)
+++ PKGBUILD	2018-05-19 16:42:06 UTC (rev 324709)
@@ -5,17 +5,22 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.4
-pkgrel=46
+pkgrel=47
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="https://github.com/ekmett/vector-instances"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed"
-         "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+         "haskell-semigroupoids" "haskell-vector")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list