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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 18:56:59 UTC 2017


    Date: Wednesday, August 16, 2017 @ 18:56:59
  Author: felixonmars
Revision: 251471

upgpkg: hledger 1.3-13

GHC 8.2.1 rebuild

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 18:54:54 UTC (rev 251470)
+++ PKGBUILD	2017-08-16 18:56:59 UTC (rev 251471)
@@ -4,17 +4,18 @@
 
 pkgname=hledger
 pkgver=1.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-ansi-terminal" "haskell-base-compat" "haskell-file-embed" "haskell-here"
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" "haskell-file-embed" "haskell-here"
          "haskell-pretty-show" "haskell-temporary" "haskell-tabular" "haskell-hledger-lib"
          "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" "haskell-data-default"
          "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" "haskell-megaparsec"
          "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" "haskell-utf8-string"
          "haskell-wizards" "haskell-shakespeare")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('61bb90028ba1d659d148033113f6b7b57fab625fd8b1940a22a78dec6c0aaac0166b48b1d72f1d593a29d02135794e0edb3288a05e7e1e7eb91774517e3174d2')
 
@@ -31,7 +32,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-oldtime -fterminfo -fthreaded
     runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -42,8 +42,6 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 



More information about the arch-commits mailing list