Date: Friday, June 23, 2017 @ 11:12:29 Author: felixonmars Revision: 240298
upgpkg: haskell-psqueues 0.2.2.3-6 rebuild with hashable,1.2.6.1 Modified: haskell-psqueues/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:10:55 UTC (rev 240297) +++ PKGBUILD 2017-06-23 11:12:29 UTC (rev 240298) @@ -5,12 +5,12 @@ _hkgname=psqueues pkgname=haskell-psqueues pkgver=0.2.2.3 -pkgrel=5 +pkgrel=6 pkgdesc="Pure priority search queues" url="https://hackage.haskell.org/package/${_hkgname}" 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=('6d757c30f6fdc8df7ed62601f2b2530e71192109ab94d06dec4176c9c3eea6b5') @@ -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 runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
