Date: Thursday, January 17, 2019 @ 19:08:20 Author: felixonmars Revision: 423807
upgpkg: haskell-typed-process 0.2.4.0-1 rebuild with typed-process 0.2.4.0 Modified: haskell-typed-process/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-17 19:08:04 UTC (rev 423806) +++ PKGBUILD 2019-01-17 19:08:20 UTC (rev 423807) @@ -3,8 +3,8 @@ _hkgname=typed-process pkgname=haskell-typed-process -pkgver=0.2.3.0 -pkgrel=11 +pkgver=0.2.4.0 +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') makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e35b54be17a2d5efaa56afc36f6bada1c5b3a07ae0731cd3fa1a94bfea7e7d777ad9959a012545f3e7886f0602e62608b1f50832093c36753d0b9fd93067d25b') +sha512sums=('6d99440f78410365b20677ded764a0a237918bbd982638841dfe379244117aa3bea1255a1e0263162b689a1001f873d6aca4fb5b73fc7a5873ca7ce5c458947d') build() { cd $_hkgname-$pkgver
