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

Felix Yan felixonmars at archlinux.org
Mon Aug 7 14:09:50 UTC 2017


    Date: Monday, August 7, 2017 @ 14:09:49
  Author: felixonmars
Revision: 249447

upgpkg: haskell-cmark 0.5.6-1

rebuild with cmark,0.5.6

Modified:
  haskell-cmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-07 14:05:34 UTC (rev 249446)
+++ PKGBUILD	2017-08-07 14:09:49 UTC (rev 249447)
@@ -4,15 +4,15 @@
 
 _hkgname=cmark
 pkgname=haskell-cmark
-pkgver=0.5.5.1
-pkgrel=3
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
 url="https://github.com/jgm/commonmark-hs"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "cmark" "haskell-text")
+depends=('ghc' "cmark" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('62b461f2ab0a611f0a88325c98f11c053a356d94e877b5efed564abb4f5b5a0d')
+sha512sums=('ba9ae5268c1d55123754e7b0c5f73c5134fa1d57a7a624e865c5c9690f073d9db9e6f1b7bc5fea86305d3a72a7af371a22f12fcce4ccbe9fd2942ba1d3677835')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,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 \
             -fpkgconfig
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list