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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 17:33:12 UTC 2020


    Date: Tuesday, December 15, 2020 @ 17:33:11
  Author: felixonmars
Revision: 776006

upgpkg: haskell-xcffib 0.11.0-1

Modified:
  haskell-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 17:08:25 UTC (rev 776005)
+++ PKGBUILD	2020-12-15 17:33:11 UTC (rev 776006)
@@ -2,8 +2,8 @@
 
 _hkgname=xcffib
 pkgname=haskell-xcffib
-pkgver=0.10.0
-pkgrel=33
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib"
 license=('Apache')
@@ -10,14 +10,13 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 'haskell-language-python'
          'haskell-optparse-applicative' 'haskell-split' 'haskell-xcb-types')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8f62d1f21500fc0f89239eb054dd8472c9d6aa5b4b966943cbb475a0beade55b73aab1598cb2818935e6cf439eaddbf41dfee396b5c46f0ff740ea01ba9c1509')
+sha512sums=('fab8bbe8b184fd8a5269b63bab81078a1b67fd781be1df74908f2e5037d5240f72732a79d31b4b1c97b6d9410302955c71b584d73874094911d27ff185e5d3e2')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list