[arch-commits] Commit in hoogle/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 19 18:58:55 UTC 2017


    Date: Monday, June 19, 2017 @ 18:58:54
  Author: felixonmars
Revision: 238741

upgpkg: hoogle 5.0.12-24

rebuild with http-client-tls,0.3.5.1

Modified:
  hoogle/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 18:54:29 UTC (rev 238740)
+++ PKGBUILD	2017-06-19 18:58:54 UTC (rev 238741)
@@ -4,12 +4,12 @@
 
 pkgname=hoogle
 pkgver=5.0.12
-pkgrel=23
+pkgrel=24
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" "haskell-conduit"
          "haskell-conduit-extra" "haskell-connection" "haskell-extra" "haskell-src-exts"
          "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" "haskell-js-jquery"
          "haskell-mmap" "haskell-network" "haskell-network-uri" "haskell-old-locale"
@@ -23,7 +23,7 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
         --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list