[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Nov 6 12:33:24 UTC 2021
Date: Saturday, November 6, 2021 @ 12:33:23
Author: felixonmars
Revision: 1037518
upgpkg: haskell-typed-process 0.2.7.0-1: rebuild with typed-process 0.2.7.0
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 12:31:09 UTC (rev 1037517)
+++ PKGBUILD 2021-11-06 12:33:23 UTC (rev 1037518)
@@ -3,8 +3,8 @@
_hkgname=typed-process
pkgname=haskell-typed-process
-pkgver=0.2.6.3
-pkgrel=2
+pkgver=0.2.7.0
+pkgrel=1
pkgdesc="Run external processes, with strong typing of streams"
url="https://github.com/fpco/typed-process"
license=("MIT")
@@ -12,7 +12,7 @@
depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('436e36114b03fb38808127f118be102d4586c38b40765a144842a5d98c248f83aeb660f873015f5d27e817307e2e90a4e74c68cc34b4158a8f1abb66e81ce6ee')
+sha512sums=('30028ef70e2b91d84d035e46fb1720dd7669c3a127cc4c4f17295f20e82d86c5cdef0394e29e781fef5a17115c80097375acd2d1f73dbb071badd56ebaa15195')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list