From 950c4f14b5c19810fd55de01c8553f819301b6c3 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 28 Mar 2020 11:13:05 +0100 Subject: [PATCH] cgrep: bump stackage to lts-15.4 --- srcpkgs/cgrep/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index be9080540d..d48184199e 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,15 +1,15 @@ # Template file for 'cgrep' pkgname=cgrep version=6.6.32 -revision=2 +revision=3 build_style=haskell-stack -stackage="lts-13.30" -makedepends="pcre-devel" +stackage="lts-15.4" +makedepends="pcre-devel pkg-config" short_desc="Context-aware grep for source codes" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="https://awgn.github.io/cgrep/" -distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" +homepage="https://awgn.github.io/${pkgname}/" +distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz" checksum=c45d680a2a00ef9524fc921e4c10fc7e68f02e57f4d6f1e640b7638a2f49c198 nocross=yes nopie_files="/usr/bin/cgrep"