Date: Friday, June 23, 2017 @ 12:20:40 Author: felixonmars Revision: 240358
upgpkg: haskell-unordered-containers 0.2.8.0-5 rebuild with hashable,1.2.6.1 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 12:19:07 UTC (rev 240357) +++ PKGBUILD 2017-06-23 12:20:40 UTC (rev 240358) @@ -8,12 +8,12 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers pkgver=0.2.8.0 -pkgrel=4 +pkgrel=5 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-hashable") +depends=('ghc' "haskell-hashable") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('a4a188359ff28640359131061953f7dbb8258da8ecf0542db0d23f08bfa6eea8') @@ -22,7 +22,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-debug runhaskell Setup build runhaskell Setup haddock --hoogle --html
