[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Oct 4 11:39:23 UTC 2021
Date: Monday, October 4, 2021 @ 11:39:23
Author: felixonmars
Revision: 1027296
upgpkg: haskell-typed-process 0.2.6.2-1: rebuild with typed-process 0.2.6.2
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-04 11:38:01 UTC (rev 1027295)
+++ PKGBUILD 2021-10-04 11:39:23 UTC (rev 1027296)
@@ -3,8 +3,8 @@
_hkgname=typed-process
pkgname=haskell-typed-process
-pkgver=0.2.6.1
-pkgrel=9
+pkgver=0.2.6.2
+pkgrel=1
pkgdesc="Run external processes, with strong typing of streams"
url="https://haskell-lang.org/library/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=('e50ea73d5a7a10af868308fd1bed64b676ddd19b114e720746b79e3695778f16b415c407277038958bfaee188a2cf1d74ce9eb37cdbb8ed07ea99c288777dcbc')
+sha512sums=('61c676b25826e3a1aaf2f0637fce948629d994a1d095dd4507b5d41184af24efcd06875343abb9947ad5ac057ddbf7699be519759782bd22d211de303e0bb06b')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list