Date: Monday, March 21, 2022 @ 20:26:26 Author: felixonmars Revision: 1168316
upgpkg: cgrep 6.6.32-270: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: cgrep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 20:26:13 UTC (rev 1168315) +++ PKGBUILD 2022-03-21 20:26:26 UTC (rev 1168316) @@ -3,7 +3,7 @@ pkgname=cgrep pkgver=6.6.32 -pkgrel=269 +pkgrel=270 pkgdesc="A context-aware grep for source codes" url="https://awgn.github.io/cgrep/" license=("GPL2") @@ -21,7 +21,7 @@ cd $pkgname-$pkgver runhaskell Setup configure -O --prefix=/usr --ghc-option='-pie' \ - --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" + --enable-executable-dynamic --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname runhaskell Setup build $MAKEFLAGS }
