Date: Friday, February 23, 2018 @ 14:45:50 Author: felixonmars Revision: 297229
upgpkg: cgrep 6.6.23-1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-23 13:26:49 UTC (rev 297228) +++ PKGBUILD 2018-02-23 14:45:50 UTC (rev 297229) @@ -3,20 +3,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=cgrep -pkgver=6.6.22 -pkgrel=21 +pkgver=6.6.23 +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-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") +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') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('d5504fb9d6da4c1bf3bf59297d4c9084af179657710357df89059f36aa3cba10e65089e425a76b36a26943815cad590e7d174d60f7bf29a2a80293b544fb95b6') +sha512sums=('bb04d46a253036bfbb6d82856b59848519737962852771f9c357f7e5d36744d4c5ca6eef9caf2e45343a7ca435ce8da376f9f7d571ba1b648296543cc2eba155') prepare() { sed -e 's/Either/Except/' \ @@ -26,7 +26,7 @@ } build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" runhaskell Setup build @@ -33,6 +33,6 @@ } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - runhaskell Setup copy --destdir="${pkgdir}" + cd $pkgname-$pkgver + runhaskell Setup copy --destdir="$pkgdir" }
