[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 14 11:08:08 UTC 2018
Date: Tuesday, August 14, 2018 @ 11:08:07
Author: felixonmars
Revision: 371391
upgpkg: haskell-typed-process 0.2.3.0-1
rebuild with typed-process 0.2.3.0
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-14 08:41:29 UTC (rev 371390)
+++ PKGBUILD 2018-08-14 11:08:07 UTC (rev 371391)
@@ -4,8 +4,8 @@
_hkgname=typed-process
pkgname=haskell-typed-process
-pkgver=0.2.2.0
-pkgrel=19
+pkgver=0.2.3.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')
makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('acd0efe0b04fff8138b96e03e3946374ced7adc9cff517866733c9c833dd48cc540c4f67a56ea9a0aaaf7438f08ecdeceb4fe29066a594befa2f40f3f130eb5c')
+sha512sums=('e35b54be17a2d5efaa56afc36f6bada1c5b3a07ae0731cd3fa1a94bfea7e7d777ad9959a012545f3e7886f0602e62608b1f50832093c36753d0b9fd93067d25b')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list