Date: Friday, July 15, 2016 @ 08:04:46 Author: felixonmars Revision: 182929
upgpkg: cgrep 6.6.16-1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-15 07:55:30 UTC (rev 182928) +++ PKGBUILD 2016-07-15 08:04:46 UTC (rev 182929) @@ -3,20 +3,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cgrep -pkgver=6.6.15 -pkgrel=3 +pkgver=6.6.16 +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' '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-unordered-containers") +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") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa') +sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b') build() { cd "${srcdir}/${pkgname}-${pkgver}"
