Date: Friday, June 23, 2017 @ 16:05:43 Author: felixonmars Revision: 240472
upgpkg: haskell-sourcemap 0.1.6-29 rebuild with hashable,1.2.6.1 Modified: haskell-sourcemap/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 16:03:26 UTC (rev 240471) +++ PKGBUILD 2017-06-23 16:05:43 UTC (rev 240472) @@ -5,12 +5,12 @@ _hkgname=sourcemap pkgname=haskell-sourcemap pkgver=0.1.6 -pkgrel=28 +pkgrel=29 pkgdesc="Implementation of source maps as proposed by Google and Mozilla." url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-text" "haskell-unordered-containers" +depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-text" "haskell-unordered-containers" "haskell-utf8-string") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('b9a04cccb4fe7eea8b37a2eaf2bc776eae5640038ab76fb948c5a3ea09a9ce7a') @@ -20,7 +20,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
