[arch-commits] Commit in haskell-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 6 03:22:09 UTC 2017
Date: Thursday, April 6, 2017 @ 03:22:08
Author: felixonmars
Revision: 220842
upgpkg: haskell-conduit 1.2.9.1-1
rebuild with conduit,1.2.9.1
Modified:
haskell-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-06 03:20:37 UTC (rev 220841)
+++ PKGBUILD 2017-04-06 03:22:08 UTC (rev 220842)
@@ -4,8 +4,8 @@
_hkgname=conduit
pkgname=haskell-conduit
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.9.1
+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=('8adf9d8916dcb7abf86c4c82cc1c92e99dea8d0a9a5835302a824142d214cf06')
+sha512sums=('6b531c9edfbdef026bc45809ddf9da15991706d3e880ac7c727c8e8edcccf702ed7849c94c1d856c309b1ba8486d6761db320a28310a15a8dd18bbb522984b64')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list