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

Felix Yan felixonmars at archlinux.org
Fri Jul 7 15:19:51 UTC 2017


    Date: Friday, July 7, 2017 @ 15:19:50
  Author: felixonmars
Revision: 242848

upgpkg: haskell-graphviz 2999.18.1.2-12

rebuild with dlist,0.8.0.3

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-07 15:13:38 UTC (rev 242847)
+++ PKGBUILD	2017-07-07 15:19:50 UTC (rev 242848)
@@ -5,12 +5,12 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.18.1.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-colour" "haskell-dlist" "haskell-fgl" "haskell-polyparse"
+depends=('ghc' "haskell-colour" "haskell-dlist" "haskell-fgl" "haskell-polyparse"
          "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc')
@@ -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 \
             -f-test-parsing
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list