Date: Friday, December 17, 2021 @ 10:40:51 Author: felixonmars Revision: 1076008
upgpkg: haskell-typed-process 0.2.8.0-1: rebuild with typed-process 0.2.8.0 Modified: haskell-typed-process/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-17 10:38:09 UTC (rev 1076007) +++ PKGBUILD 2021-12-17 10:40:51 UTC (rev 1076008) @@ -3,8 +3,8 @@ _hkgname=typed-process pkgname=haskell-typed-process -pkgver=0.2.7.0 -pkgrel=8 +pkgver=0.2.8.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=('30028ef70e2b91d84d035e46fb1720dd7669c3a127cc4c4f17295f20e82d86c5cdef0394e29e781fef5a17115c80097375acd2d1f73dbb071badd56ebaa15195') +sha512sums=('abffc3e26edaad8da0301a945b1711636fc555c3062aff57ad7b292f87fba857177a42041f4f98eafc35a1f216f0287afb2af41c2a3091bfc4905474d64bc230') build() { cd $_hkgname-$pkgver