Date: Friday, June 23, 2017 @ 11:18:16 Author: felixonmars Revision: 240304
upgpkg: haskell-scientific 0.3.4.15-3 rebuild with hashable,1.2.6.1 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:16:57 UTC (rev 240303) +++ PKGBUILD 2017-06-23 11:18:16 UTC (rev 240304) @@ -5,12 +5,12 @@ _hkgname=scientific pkgname=haskell-scientific pkgver=0.3.4.15 -pkgrel=2 +pkgrel=3 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-hashable" "haskell-integer-logarithms" "haskell-text" "haskell-vector") +depends=('ghc' "haskell-hashable" "haskell-integer-logarithms" "haskell-text" "haskell-vector") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('a3d10e7790b9cd9b5dce1106915078b4be525ce9d1bbe646719a0445d266be35c3e2ab0ffa011040649f2f1828ed4d0cc113755427a520cbc08bf6ec7723d736') @@ -19,7 +19,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 \ -f-integer-simple -f-bytestring-builder runhaskell Setup build runhaskell Setup haddock --hoogle --html
