Date: Monday, July 10, 2017 @ 05:57:30 Author: felixonmars Revision: 243533
upgpkg: haskell-crypto-pubkey 0.2.8-23 rebuild with foundation,0.0.13 Modified: haskell-crypto-pubkey/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-10 05:56:06 UTC (rev 243532) +++ PKGBUILD 2017-07-10 05:57:30 UTC (rev 243533) @@ -5,7 +5,7 @@ _hkgname=crypto-pubkey pkgname=haskell-crypto-pubkey pkgver=0.2.8 -pkgrel=22 +pkgrel=23 pkgdesc="Public Key cryptography" url="https://github.com/vincenthz/hs-crypto-pubkey" license=('custom:BSD3') @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${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
