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

Felix Yan felixonmars at archlinux.org
Sun Jun 18 17:20:10 UTC 2017


    Date: Sunday, June 18, 2017 @ 17:20:09
  Author: felixonmars
Revision: 238091

upgpkg: cgrep 6.6.17-8

rebuild with ghc,8.0.2

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-18 17:19:08 UTC (rev 238090)
+++ PKGBUILD	2017-06-18 17:20:09 UTC (rev 238091)
@@ -4,17 +4,16 @@
 
 pkgname=cgrep
 pkgver=6.6.17
-pkgrel=7
+pkgrel=8
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/"
 license=("GPL2")
 arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'pcre')
-makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist"
-             "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre"
-             "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm"
-             "haskell-stringsearch" "haskell-unix-compat" "haskell-unicode-show"
-             "haskell-unordered-containers" "haskell-utf8-string")
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist"
+         "haskell-either" "haskell-mtl" "haskell-regex-base" "haskell-regex-pcre"
+         "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm" "haskell-stringsearch"
+         "haskell-unix-compat" "haskell-unicode-show" "haskell-unordered-containers"
+         "haskell-utf8-string")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('382649e70a112614ab270fb287cf289572411b33f3d89f72b855bd0aa515ee17d7589f019446b3cdd5024b4cbde4272c955520abe0bcf7f92890f575a937635d')
 
@@ -21,7 +20,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}"
     runhaskell Setup build
 }
 



More information about the arch-commits mailing list