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

Felix Yan felixonmars at archlinux.org
Sat May 19 16:40:10 UTC 2018


    Date: Saturday, May 19, 2018 @ 16:40:09
  Author: felixonmars
Revision: 324705

upgpkg: haskell-xcffib 0.6.0-23

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 16:30:06 UTC (rev 324704)
+++ PKGBUILD	2018-05-19 16:40:09 UTC (rev 324705)
@@ -4,18 +4,22 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.6.0
-pkgrel=22
+pkgrel=23
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib"
 license=('Apache')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 'haskell-language-python'
-         'haskell-optparse-applicative' 'haskell-semigroups' 'haskell-split'
-         'haskell-xcb-types')
+         'haskell-optparse-applicative' 'haskell-split' 'haskell-xcb-types')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('99f391e5495ec1bfdef7707b49a783568b8ce610e2a5acb885bb8cb9b9c6608068667291d6b67732ec7b28c820b3cee76fb40cb96a2c952600d6763edf9251dc')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list