Date: Tuesday, March 1, 2016 @ 13:40:05 Author: fyan Revision: 163899
upgpkg: cgrep 6.6.3-1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-01 12:39:29 UTC (rev 163898) +++ PKGBUILD 2016-03-01 12:40:05 UTC (rev 163899) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <arch-hask...@haskell.org> pkgname=cgrep -pkgver=6.6.1 -pkgrel=4 +pkgver=6.6.3 +pkgrel=1 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/" license=("GPL2") @@ -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=('49cfd5695a20c7cdad917704e81ae6cb50e77d7db6a18f7792237bb6c4dbfc38') +sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f') build() { cd "${srcdir}/${pkgname}-${pkgver}"