Date: Friday, June 23, 2017 @ 18:14:16 Author: felixonmars Revision: 240522
upgpkg: haskell-vault 0.3.0.7-4 rebuild with hashable,1.2.6.1 Modified: haskell-vault/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:13:04 UTC (rev 240521) +++ PKGBUILD 2017-06-23 18:14:16 UTC (rev 240522) @@ -5,12 +5,12 @@ _hkgname=vault pkgname=haskell-vault pkgver=0.3.0.7 -pkgrel=3 +pkgrel=4 pkgdesc="A persistent store for values of arbitrary types" url="https://github.com/HeinrichApfelmus/vault" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-hashable" "haskell-unordered-containers") +depends=('ghc' "haskell-hashable" "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b71ab16a0c0291d91ce082c85171207736a75cf2a25aa60104e66d1e657ff46ba7b389f6dc3a7f0033dcbdfa4af32f5901a97028d898a4a60127725afdffa548') @@ -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 \ -fuseghc runhaskell Setup build runhaskell Setup haddock --hoogle --html
