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

Felix Yan fyan at archlinux.org
Tue Nov 24 14:18:10 UTC 2015


    Date: Tuesday, November 24, 2015 @ 15:18:10
  Author: fyan
Revision: 147663

upgpkg: haskell-streaming-commons 0.1.15-1

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-24 14:14:30 UTC (rev 147662)
+++ PKGBUILD	2015-11-24 14:18:10 UTC (rev 147663)
@@ -4,7 +4,7 @@
 
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
-pkgver=0.1.14.2
+pkgver=0.1.15
 pkgrel=1
 pkgdesc="Common lower-level functions needed by various streaming data libraries"
 url="https://github.com/fpco/streaming-commons"
@@ -11,11 +11,11 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-network" "haskell-random" "haskell-stm"
-         "haskell-text" "haskell-zlib" 'zlib')
+         "haskell-text" "haskell-zlib")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('1031548f0f9daf8b5678cc3a2ab1d16d28466738e3aefde652f91bbff94adc8a')
+sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list