[arch-commits] Commit in dhall-docs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 11 00:57:33 UTC 2021


    Date: Tuesday, May 11, 2021 @ 00:57:33
  Author: felixonmars
Revision: 929794

upgpkg: dhall-docs 1.0.5-2: rebuild with cryptonite 0.29

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 00:41:12 UTC (rev 929793)
+++ PKGBUILD	2021-05-11 00:57:33 UTC (rev 929794)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  uusi -u memory $pkgname.cabal
+  uusi -u cryptonite -u memory $pkgname.cabal
 }
 
 build() {
@@ -29,7 +29,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