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

Felix Yan felixonmars at archlinux.org
Sun May 24 14:54:48 UTC 2020


    Date: Sunday, May 24, 2020 @ 14:54:47
  Author: felixonmars
Revision: 632869

upgpkg: haskell-xcffib 0.9.0-31: rebuild with tasty 1.3.1

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 14:54:33 UTC (rev 632868)
+++ PKGBUILD	2020-05-24 14:54:47 UTC (rev 632869)
@@ -3,7 +3,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.9.0
-pkgrel=30
+pkgrel=31
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib"
 license=('Apache')
@@ -26,7 +26,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list