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

Felix Yan felixonmars at archlinux.org
Mon Nov 23 16:54:40 UTC 2020


    Date: Monday, November 23, 2020 @ 16:54:39
  Author: felixonmars
Revision: 759991

upgpkg: haskell-fourmolu 0.3.0.0-2: rebuild with optparse-applicative 0.16.1.0

Modified:
  haskell-fourmolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-23 16:52:01 UTC (rev 759990)
+++ PKGBUILD	2020-11-23 16:54:39 UTC (rev 759991)
@@ -3,7 +3,7 @@
 _hkgname=fourmolu
 pkgname=haskell-fourmolu
 pkgver=0.3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/parsonsmatt/fourmolu"
 license=("BSD")
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 'haskell-dlist'
          'haskell-ghc' 'haskell-gitrev' 'haskell-optparse-applicative' 'haskell-syb')
 makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-path' 'haskell-path-io')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('ba7201c78ee61665eaf1fce10cd297dd5383d36053cd3984e41a5094d96e096d')
 
 prepare() {
@@ -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