[arch-commits] Commit in cgrep/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Jan 26 09:58:07 UTC 2016
Date: Tuesday, January 26, 2016 @ 10:58:06
Author: fyan
Revision: 158946
upgpkg: cgrep 6.5.15-1
Modified:
cgrep/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-26 09:45:59 UTC (rev 158945)
+++ PKGBUILD 2016-01-26 09:58:06 UTC (rev 158946)
@@ -3,13 +3,13 @@
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=cgrep
-pkgver=6.5.13
+pkgver=6.5.15
pkgrel=1
pkgdesc="A context-aware grep for source codes"
url="http://awgn.github.io/cgrep/"
license=("GPL2")
arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
+depends=('gmp' 'libffi' 'pcre')
makedepends=("ghc=7.10.3" "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"
@@ -16,7 +16,7 @@
"haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
"haskell-unordered-containers")
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('03bc20b6879b379b1e22f1e09214d1519b7c7f5b82d7c79de3fd52200ba5550a')
+sha256sums=('7132cba60d2352fecbc392380cfead394300819974b3d6843fba3ad49dbf64b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list