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

Felix Yan felixonmars at archlinux.org
Tue Mar 20 04:39:57 UTC 2018


    Date: Tuesday, March 20, 2018 @ 04:39:56
  Author: felixonmars
Revision: 309291

upgpkg: haskell-typed-process 0.2.2.0-1

rebuild with typed-process,0.2.2.0

Modified:
  haskell-typed-process/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-20 04:38:03 UTC (rev 309290)
+++ PKGBUILD	2018-03-20 04:39:56 UTC (rev 309291)
@@ -4,8 +4,8 @@
 
 _hkgname=typed-process
 pkgname=haskell-typed-process
-pkgver=0.2.1.0
-pkgrel=5
+pkgver=0.2.2.0
+pkgrel=1
 pkgdesc="Run external processes, with strong typing of streams"
 url="https://haskell-lang.org/library/typed-process"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-stm')
 makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d9a2f3a651a44c2887b165469a2d6409948cad3f1ebc90b55036ad8b0a186539064b09d35114225275d91b5f63e6c8e7e319c5816e79af69df47193877f1a867')
+sha512sums=('acd0efe0b04fff8138b96e03e3946374ced7adc9cff517866733c9c833dd48cc540c4f67a56ea9a0aaaf7438f08ecdeceb4fe29066a594befa2f40f3f130eb5c')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list