Date: Monday, May 7, 2018 @ 12:56:01 Author: felixonmars Revision: 319102
upgpkg: cgrep 6.6.25-1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 12:48:44 UTC (rev 319101) +++ PKGBUILD 2018-05-07 12:56:01 UTC (rev 319102) @@ -3,20 +3,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cgrep -pkgver=6.6.23 -pkgrel=22 +pkgver=6.6.25 +pkgrel=1 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/" license=("GPL2") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' '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' 'haskell-yaml') + 'haskell-dlist' 'haskell-either' 'haskell-exceptions' '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' 'haskell-yaml') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('bb04d46a253036bfbb6d82856b59848519737962852771f9c357f7e5d36744d4c5ca6eef9caf2e45343a7ca435ce8da376f9f7d571ba1b648296543cc2eba155') +sha512sums=('d3b5a9c249034de37645cfcd6711d701dc5e51fd35f1d5a2c77e9a0c470965f9d268ea3ee523fdc92029e5161688122ed8e04590ca81c7b7b601abec5b2e5e42') build() { cd $pkgname-$pkgver
