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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 17:36:52 UTC 2017


    Date: Thursday, June 22, 2017 @ 17:36:51
  Author: felixonmars
Revision: 239618

upgpkg: haskell-xml-conduit 1.5.1-1

rebuild with xml-conduit,1.5.1

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 17:13:54 UTC (rev 239617)
+++ PKGBUILD	2017-06-22 17:36:51 UTC (rev 239618)
@@ -4,17 +4,17 @@
 
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
-pkgver=1.4.0.4
-pkgrel=20
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="http://github.com/snoyberg/xml"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-attoparsec" "haskell-blaze-builder" "haskell-text" "haskell-blaze-markup"
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-text" "haskell-blaze-markup"
          "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" "haskell-monad-control"
          "haskell-resourcet" "haskell-blaze-html" "haskell-xml-types")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('11058279d3f75a71b5731d26fc490f86fc1b7cc461053cd54aedde8f152d52fc')
+sha512sums=('94c164adc906b64c96bead9b38f6d3f7410881644cf24aa20be8680b17d10ae5eb23ce587dcf6fc5a5ab4c722ba07eae635b7a5712fc904eac069adeb8081a08')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,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



More information about the arch-commits mailing list