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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 11:14:48 UTC 2017


    Date: Friday, June 23, 2017 @ 11:14:47
  Author: felixonmars
Revision: 240300

upgpkg: haskell-http2 1.6.3-8

rebuild with hashable,1.2.6.1

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 11:12:51 UTC (rev 240299)
+++ PKGBUILD	2017-06-23 11:14:47 UTC (rev 240300)
@@ -5,12 +5,12 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=1.6.3
-pkgrel=7
+pkgrel=8
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="https://github.com/kazu-yamamoto/http2"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex"
+depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex"
          "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector" 'haskell-word8')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43')
@@ -24,7 +24,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 \
             -f-devel
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list