[arch-commits] Commit in haskell-typed-process/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Oct 20 22:40:57 UTC 2021
Date: Wednesday, October 20, 2021 @ 22:40:57
Author: felixonmars
Revision: 1031553
upgpkg: haskell-typed-process 0.2.6.3-1: rebuild with typed-process 0.2.6.3
Modified:
haskell-typed-process/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-20 22:34:29 UTC (rev 1031552)
+++ PKGBUILD 2021-10-20 22:40:57 UTC (rev 1031553)
@@ -3,16 +3,16 @@
_hkgname=typed-process
pkgname=haskell-typed-process
-pkgver=0.2.6.2
+pkgver=0.2.6.3
pkgrel=1
pkgdesc="Run external processes, with strong typing of streams"
-url="https://haskell-lang.org/library/typed-process"
+url="https://github.com/fpco/typed-process"
license=("MIT")
arch=('x86_64')
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=('61c676b25826e3a1aaf2f0637fce948629d994a1d095dd4507b5d41184af24efcd06875343abb9947ad5ac057ddbf7699be519759782bd22d211de303e0bb06b')
+sha512sums=('436e36114b03fb38808127f118be102d4586c38b40765a144842a5d98c248f83aeb660f873015f5d27e817307e2e90a4e74c68cc34b4158a8f1abb66e81ce6ee')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list