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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 15:33:14 UTC 2017


    Date: Friday, June 23, 2017 @ 15:33:14
  Author: felixonmars
Revision: 240456

upgpkg: haskell-texmath 0.9.4-12

rebuild with hashable,1.2.6.1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 15:29:13 UTC (rev 240455)
+++ PKGBUILD	2017-06-23 15:33:14 UTC (rev 240456)
@@ -5,12 +5,12 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.9.4
-pkgrel=11
+pkgrel=12
 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' "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types" "haskell-parsec"
          "haskell-syb" "haskell-xml")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('da665d069708679fb40ee2e981dcdede55e79f3165c0ae09c55621273e682195')
@@ -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 \
             -fnetwork-uri -f-executable
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list