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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 19:41:19 UTC 2017


    Date: Wednesday, August 16, 2017 @ 19:41:18
  Author: felixonmars
Revision: 251507

upgpkg: haskell-texmath 0.9.4.1-9

GHC 8.2.1 rebuild

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 19:37:45 UTC (rev 251506)
+++ PKGBUILD	2017-08-16 19:41:18 UTC (rev 251507)
@@ -5,13 +5,14 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.9.4.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" "haskell-parsec"
+depends=('ghc-libs' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" "haskell-parsec"
          "haskell-syb" "haskell-xml")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('cb3f7e96c4ca191f9ae04724d93904a46b0ea254a995bbef985f584fdee3337ba40c530b56f1e009993944b07f14577e4d2cd27755de8c15d24b4adae6dab313')
 
@@ -23,7 +24,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fnetwork-uri -f-executable
     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
@@ -35,8 +35,6 @@
     
     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/${_hkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"



More information about the arch-commits mailing list