[arch-commits] Commit in haskell-sqlite-simple/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Feb 10 18:42:53 UTC 2021
Date: Wednesday, February 10, 2021 @ 18:42:53
Author: felixonmars
Revision: 853945
upgpkg: haskell-sqlite-simple 0.4.18.0-2: rebuild with attoparsec 0.13.2.5
Modified:
haskell-sqlite-simple/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-10 18:42:11 UTC (rev 853944)
+++ PKGBUILD 2021-02-10 18:42:53 UTC (rev 853945)
@@ -3,7 +3,7 @@
_hkgname=sqlite-simple
pkgname=haskell-sqlite-simple
pkgver=0.4.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Mid-Level SQLite client library"
url="http://github.com/nurpax/sqlite-simple"
license=("BSD")
@@ -28,7 +28,7 @@
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
- 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