Date: Friday, June 23, 2017 @ 12:05:28 Author: felixonmars Revision: 240344
upgpkg: haskell-xss-sanitize 0.3.5.7-21 rebuild with hashable,1.2.6.1 Modified: haskell-xss-sanitize/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 12:04:08 UTC (rev 240343) +++ PKGBUILD 2017-06-23 12:05:28 UTC (rev 240344) @@ -5,12 +5,12 @@ _hkgname=xss-sanitize pkgname=haskell-xss-sanitize pkgver=0.3.5.7 -pkgrel=20 +pkgrel=21 pkgdesc="sanitize untrusted HTML to prevent XSS attacks" url="http://github.com/yesodweb/haskell-xss-sanitize" license=("custom:BSD2") arch=('i686' 'x86_64') -depends=("ghc" "haskell-attoparsec" "haskell-css-text" "haskell-network-uri" "haskell-tagsoup" +depends=('ghc' "haskell-attoparsec" "haskell-css-text" "haskell-network-uri" "haskell-tagsoup" "haskell-text" "haskell-utf8-string") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('955856413e70375c794766d04ac9ab7f0d3337dbb04a412c9b7ff5c415acac00') @@ -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 \ -fnetwork-uri runhaskell Setup build runhaskell Setup haddock --hoogle --html
