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

Felix Yan felixonmars at archlinux.org
Tue Jun 20 08:17:43 UTC 2017


    Date: Tuesday, June 20, 2017 @ 08:17:42
  Author: felixonmars
Revision: 238868

upgpkg: haskell-hit 0.6.3-38

rebuild with foundation,0.0.12

Modified:
  haskell-hit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 08:16:38 UTC (rev 238867)
+++ PKGBUILD	2017-06-20 08:17:42 UTC (rev 238868)
@@ -5,12 +5,12 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=37
+pkgrel=38
 pkgdesc="Git operations in haskell"
 url="http://github.com/vincenthz/hit"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-attoparsec" "haskell-byteable" "haskell-cryptohash" "haskell-hashable"
+depends=('ghc' "haskell-attoparsec" "haskell-byteable" "haskell-cryptohash" "haskell-hashable"
          "haskell-hashtables" "haskell-hourglass" "haskell-mtl" "haskell-parsec" "haskell-patience"
          "haskell-random" "haskell-system-fileio" "haskell-system-filepath" "haskell-unix-compat"
          "haskell-utf8-string" "haskell-vector" "haskell-zlib" "haskell-zlib-bindings")
@@ -21,7 +21,7 @@
     cd "${srcdir}/${_hkgname}-${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 \
             -fexecutable -f-debug
     runhaskell Setup build



More information about the arch-commits mailing list