Date: Monday, July 10, 2017 @ 05:32:19 Author: felixonmars Revision: 243511
upgpkg: haskell-crypto-cipher-types 0.0.9-18 rebuild with foundation,0.0.13 Modified: haskell-crypto-cipher-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-10 05:31:07 UTC (rev 243510) +++ PKGBUILD 2017-07-10 05:32:19 UTC (rev 243511) @@ -5,7 +5,7 @@ _hkgname=crypto-cipher-types pkgname=haskell-crypto-cipher-types pkgver=0.0.9 -pkgrel=17 +pkgrel=18 pkgdesc="Generic cryptography cipher types" url="http://github.com/vincenthz/hs-crypto-cipher" license=("custom:BSD3") @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ - --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
