Date: Wednesday, June 21, 2017 @ 07:43:31 Author: felixonmars Revision: 239184
upgpkg: haskell-src-meta 0.8.0.1-4 rebuild with safe,0.3.15 Modified: haskell-src-meta/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 07:41:56 UTC (rev 239183) +++ PKGBUILD 2017-06-21 07:43:31 UTC (rev 239184) @@ -5,12 +5,12 @@ _hkgname=haskell-src-meta pkgname=haskell-src-meta pkgver=0.8.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Parse source to template-haskell abstract syntax" url="https://github.com/bmillwood/haskell-src-meta" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-src-exts" "haskell-syb" "haskell-th-orphans") +depends=('ghc' "haskell-src-exts" "haskell-syb" "haskell-th-orphans") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('5adcb205c45fe68ec99dc7c0c1a0ddd153146d6602eeb3dff9b2e0203f6ffcb5c5925c300b06f7c91a9914fe7a99bb48a1031468512ee38cd19dd31d819e4600') @@ -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
