Date: Friday, June 23, 2017 @ 13:34:35 Author: felixonmars Revision: 240374
upgpkg: haskell-configurator 0.3.0.0-12 rebuild with hashable,1.2.6.1 Modified: haskell-configurator/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:32:59 UTC (rev 240373) +++ PKGBUILD 2017-06-23 13:34:35 UTC (rev 240374) @@ -4,7 +4,7 @@ _hkgname=configurator pkgname=haskell-configurator pkgver=0.3.0.0 -pkgrel=11 +pkgrel=12 pkgdesc="Configuration management" url="http://github.com/bos/configurator" license=('custom:BSD3') @@ -18,8 +18,8 @@ cd "${srcdir}/${_hkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-developer runhaskell Setup build runhaskell Setup haddock --hoogle --html
