Date: Wednesday, June 21, 2017 @ 07:08:35 Author: felixonmars Revision: 239164
upgpkg: haskell-skylighting 0.1.1.5-22 rebuild with safe,0.3.15 Modified: haskell-skylighting/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 06:58:07 UTC (rev 239163) +++ PKGBUILD 2017-06-21 07:08:35 UTC (rev 239164) @@ -4,7 +4,7 @@ _hkgname=skylighting pkgname=haskell-skylighting pkgver=0.1.1.5 -pkgrel=21 +pkgrel=22 pkgdesc="Syntax highlighting library" url="https://github.com/jgm/skylighting" license=('GPL2') @@ -27,7 +27,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 \ -fsystem-pcre runhaskell Setup build runhaskell Setup haddock --hoogle --html
