Date: Monday, March 21, 2022 @ 19:22:15 Author: felixonmars Revision: 1168070
upgpkg: c2hs 0.28.8-61: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: c2hs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 19:22:08 UTC (rev 1168069) +++ PKGBUILD 2022-03-21 19:22:15 UTC (rev 1168070) @@ -3,7 +3,7 @@ pkgname=c2hs pkgver=0.28.8 -pkgrel=60 +pkgrel=61 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety" url="https://github.com/haskell/c2hs" license=("GPL2") @@ -31,7 +31,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \ - --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ + --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ -f-regression -fbase3 --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS }
