Date: Monday, August 7, 2017 @ 07:03:20
  Author: felixonmars
Revision: 249304

upgpkg: haskell-blaze-markup 0.8.0.0-1

rebuild with blaze-html,0.9.0.1 blaze-markup,0.8.0.0

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-07 07:01:17 UTC (rev 249303)
+++ PKGBUILD    2017-08-07 07:03:20 UTC (rev 249304)
@@ -4,15 +4,15 @@
 
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
-pkgver=0.7.1.1
-pkgrel=3
+pkgver=0.8.0.0
+pkgrel=1
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="http://jaspervdj.be/blaze";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-builder" "haskell-text")
+depends=('ghc' "haskell-blaze-builder" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('638da5984ecd5bcc87f5836786ff93352058a8856bea428d7ffd25bc26c54303')
+sha512sums=('a25efb2a9a6641933876961410767c761386563ad2365d202335fc8e1078e5aea9da63144ba0f8b506cd7a37baf36da2d3f51610656baa7b954d17c7a7b88842')
 
 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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script

Reply via email to