Date: Monday, March 21, 2022 @ 21:40:07 Author: felixonmars Revision: 1168526
upgpkg: cryptol 2.12.0-41: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: cryptol/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 21:39:55 UTC (rev 1168525) +++ PKGBUILD 2022-03-21 21:40:07 UTC (rev 1168526) @@ -2,7 +2,7 @@ pkgname=cryptol pkgver=2.12.0 -pkgrel=40 +pkgrel=41 pkgdesc="The Language of Cryptography" url="https://www.cryptol.net" license=("BSD") @@ -30,7 +30,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-static -f-relocatable --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS
