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

Felix Yan felixonmars at archlinux.org
Fri Sep 11 18:31:39 UTC 2020


    Date: Friday, September 11, 2020 @ 18:31:39
  Author: felixonmars
Revision: 702869

upgpkg: haskell-lsp-types 0.22.0.0-2: rebuild with mwc-random 0.15.0.1

Modified:
  haskell-lsp-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-11 18:29:52 UTC (rev 702868)
+++ PKGBUILD	2020-09-11 18:31:39 UTC (rev 702869)
@@ -3,7 +3,7 @@
 _hkgname=haskell-lsp-types
 pkgname=haskell-lsp-types
 pkgver=0.22.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data types"
 url="https://github.com/alanz/haskell-lsp"
 license=("MIT")
@@ -23,7 +23,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
@@ -36,6 +36,6 @@
   install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
   install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
   runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list