Date: Wednesday, June 21, 2017 @ 19:16:21
  Author: felixonmars
Revision: 239367

upgpkg: hoogle 5.0.12-26

rebuild with cpphs,1.20.7

Modified:
  hoogle/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-21 19:11:11 UTC (rev 239366)
+++ PKGBUILD    2017-06-21 19:16:21 UTC (rev 239367)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.12
-pkgrel=25
+pkgrel=26
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")
@@ -24,7 +24,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$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

Reply via email to