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

Felix Yan felixonmars at archlinux.org
Wed Aug 23 07:30:39 UTC 2017


    Date: Wednesday, August 23, 2017 @ 07:30:38
  Author: felixonmars
Revision: 253036

upgpkg: haskell-xml-conduit 1.6.0-1

rebuild with xml-conduit,1.6.0

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-23 07:22:46 UTC (rev 253035)
+++ PKGBUILD	2017-08-23 07:30:38 UTC (rev 253036)
@@ -4,22 +4,23 @@
 
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
-pkgver=1.5.1
-pkgrel=11
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
-url="http://github.com/snoyberg/xml"
+url="https://github.com/snoyberg/xml"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' "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")
+depends=('ghc-libs' "haskell-attoparsec" "haskell-blaze-builder" "haskell-text"
+         "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-data-default-class" "haskell-monad-control" "haskell-resourcet"
+         "haskell-blaze-html" "haskell-xml-types")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('94c164adc906b64c96bead9b38f6d3f7410881644cf24aa20be8680b17d10ae5eb23ce587dcf6fc5a5ab4c722ba07eae635b7a5712fc904eac069adeb8081a08')
+sha512sums=('ca6ff685ad052db5e51c64937f658a933e7fb1ed778eb60e4514af5998604d37cf08bc01c27d4fb6a58f99bc1c1eb531a7488cad26ffcd3cc4f2de637dc7ca73')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -32,7 +33,7 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list