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

Felix Yan felixonmars at archlinux.org
Sat Feb 16 15:51:07 UTC 2019


    Date: Saturday, February 16, 2019 @ 15:51:06
  Author: felixonmars
Revision: 433508

upgpkg: haskell-xcffib 0.7.0-1

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 15:45:08 UTC (rev 433507)
+++ PKGBUILD	2019-02-16 15:51:06 UTC (rev 433508)
@@ -2,8 +2,8 @@
 
 _hkgname=xcffib
 pkgname=haskell-xcffib
-pkgver=0.6.0
-pkgrel=81
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib"
 license=('Apache')
@@ -12,11 +12,12 @@
          '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')
+sha512sums=('661e45b1e84b42a850c0dd9a6c0bd26497a0807a501d8596f1431787795d2bd31ee930335dbd4d2a2d2223dde6c379d396a07542afc3ac594a0e31bef87defcd')
 
 prepare() {
     cd $_hkgname-$pkgver
     sed -i '/semigroups/d' $_hkgname.cabal
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {



More information about the arch-commits mailing list