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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 16:06:11 UTC 2017


    Date: Thursday, February 9, 2017 @ 16:06:11
  Author: felixonmars
Revision: 211511

upgpkg: haskell-conduit 1.2.9-1

rebuild with conduit,1.2.9

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 16:01:35 UTC (rev 211510)
+++ PKGBUILD	2017-02-09 16:06:11 UTC (rev 211511)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit
 pkgname=haskell-conduit
-pkgver=1.2.8
-pkgrel=5
+pkgver=1.2.9
+pkgrel=1
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
          "haskell-monad-control" "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('80d5df4c70adf2b7e87138c55fba25e05be30eaef0c9a7926d97ae0c0cdb17fb')
+sha256sums=('8adf9d8916dcb7abf86c4c82cc1c92e99dea8d0a9a5835302a824142d214cf06')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list