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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 17:40:42 UTC 2017


    Date: Wednesday, August 16, 2017 @ 17:40:41
  Author: felixonmars
Revision: 251407

upgpkg: cgrep 6.6.17-18

GHC 8.2.1 rebuild

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 17:38:56 UTC (rev 251406)
+++ PKGBUILD	2017-08-16 17:40:41 UTC (rev 251407)
@@ -4,16 +4,17 @@
 
 pkgname=cgrep
 pkgver=6.6.17
-pkgrel=17
+pkgrel=18
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/"
 license=("GPL2")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" "haskell-dlist"
+depends=('ghc-libs' "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")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('382649e70a112614ab270fb287cf289572411b33f3d89f72b855bd0aa515ee17d7589f019446b3cdd5024b4cbde4272c955520abe0bcf7f92890f575a937635d')
 



More information about the arch-commits mailing list