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

Felix Yan felixonmars at archlinux.org
Thu Feb 11 09:36:45 UTC 2021


    Date: Thursday, February 11, 2021 @ 09:36:45
  Author: felixonmars
Revision: 855595

upgpkg: haskell-direct-sqlite 2.3.26-2: rebuild with hspec-meta 2.7.8

Modified:
  haskell-direct-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 09:36:11 UTC (rev 855594)
+++ PKGBUILD	2021-02-11 09:36:45 UTC (rev 855595)
@@ -3,7 +3,7 @@
 _hkgname=direct-sqlite
 pkgname=haskell-direct-sqlite
 pkgver=2.3.26
-pkgrel=1
+pkgrel=2
 pkgdesc="Low-level binding to SQLite3.  Includes UTF8 and BLOB support."
 url="https://github.com/IreneKnapp/direct-sqlite"
 license=("BSD")
@@ -23,7 +23,7 @@
     --ghc-option='-pie' \
       -fsystemlib
 
-  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