[arch-commits] Commit in haskell-conduit/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 18:16:44 UTC 2020
Date: Thursday, March 19, 2020 @ 18:16:43
Author: felixonmars
Revision: 601023
upgpkg: haskell-conduit 1.3.2-1: rebuild with conduit 1.3.2
Modified:
haskell-conduit/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 18:08:59 UTC (rev 601022)
+++ PKGBUILD 2020-03-19 18:16:43 UTC (rev 601023)
@@ -3,8 +3,8 @@
_hkgname=conduit
pkgname=haskell-conduit
-pkgver=1.3.1.2
-pkgrel=33
+pkgver=1.3.2
+pkgrel=1
pkgdesc="Streaming data processing library."
url="https://github.com/snoyberg/conduit"
license=("MIT")
@@ -14,7 +14,7 @@
makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 'haskell-silently'
'haskell-split' 'haskell-unliftio')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a5873f42a75a3d9f404070fcd3c91efd5a38d7d9bb9cd313c2881ae82a79e79a5b87f76b11eb72dc6c6050306c55ecd5faca4ab24ae781503cefd66907911f32')
+sha512sums=('d6dcc33156923a1601e9c0c7ae61d1df9dc4ec71c39f4ec0935b13bff502eb66bcdda30901c3c864e44ade9fcc437d3ab2c1af167bac0d89f7f70567d0911f57')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list