[arch-commits] Commit in haskell-pipes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Apr 24 05:21:26 UTC 2017
Date: Monday, April 24, 2017 @ 05:21:25
Author: felixonmars
Revision: 224767
upgpkg: haskell-pipes 4.3.3-1
rebuild with pipes,4.3.3
Modified:
haskell-pipes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-24 04:42:59 UTC (rev 224766)
+++ PKGBUILD 2017-04-24 05:21:25 UTC (rev 224767)
@@ -4,15 +4,15 @@
_hkgname=pipes
pkgname=haskell-pipes
-pkgver=4.3.2
+pkgver=4.3.3
pkgrel=1
pkgdesc="Compositional pipelines"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl")
+depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl" "haskell-void")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7957bb290db7f1dfad0581f363ab97fcd58f7c0b916e1114464cb9a398b8334a')
+sha512sums=('5f7038b4f9c2e10d9297c18752329777d7ec7b8b7c3dd67093e02f22e63b907ab4b79979a524104d404bd5f74fdcfaa75ef241abc3008b461415fe7b5c7ec5ad')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list