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

Felix Yan felixonmars at archlinux.org
Sat Aug 5 08:15:15 UTC 2017


    Date: Saturday, August 5, 2017 @ 08:15:14
  Author: felixonmars
Revision: 248607

upgpkg: haskell-hastache 0.6.1-10

rebuild with syb,0.7

Modified:
  haskell-hastache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 08:13:39 UTC (rev 248606)
+++ PKGBUILD	2017-08-05 08:15:14 UTC (rev 248607)
@@ -5,12 +5,12 @@
 _hkgname=hastache
 pkgname=haskell-hastache
 pkgver=0.6.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell implementation of Mustache templates"
 url="http://github.com/lymar/hastache"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl" "haskell-syb" "haskell-text")
+depends=('ghc' "haskell-blaze-builder" "haskell-ieee754" "haskell-mtl" "haskell-syb" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('8c8f89669d6125201d7163385ea9055ab8027a69d1513259f8fbdd53c244b464')
 
@@ -23,7 +23,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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list