[arch-commits] Commit in haskell-persistent-mysql/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 27 11:12:20 UTC 2021
Date: Tuesday, April 27, 2021 @ 11:12:20
Author: felixonmars
Revision: 924747
upgpkg: haskell-persistent-mysql 2.12.0.0-2: rebuild with persistent 2.12.1.0
Modified:
haskell-persistent-mysql/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-27 11:10:54 UTC (rev 924746)
+++ PKGBUILD 2021-04-27 11:12:20 UTC (rev 924747)
@@ -3,7 +3,7 @@
_hkgname=persistent-mysql
pkgname=haskell-persistent-mysql
pkgver=2.12.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Backend for the persistent library using MySQL database server."
url="http://www.yesodweb.com/book/persistent"
license=("MIT")
@@ -27,7 +27,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