Date: Friday, January 14, 2022 @ 01:05:28 Author: felixonmars Revision: 1103106
upgpkg: haskell-unix-compat 0.5.4-1: rebuild with unix-compat 0.5.4 Modified: haskell-unix-compat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-14 00:58:22 UTC (rev 1103105) +++ PKGBUILD 2022-01-14 01:05:28 UTC (rev 1103106) @@ -5,8 +5,8 @@ pkgname=haskell-unix-compat _hkgname=unix-compat -pkgver=0.5.3 -pkgrel=5 +pkgver=0.5.4 +pkgrel=1 pkgdesc="Portable POSIX-compatibility layer." url="https://github.com/jacobstanley/unix-compat" license=('BSD3') @@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-old-time') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f31b91f0ca45e163bc2a0d4a51722dbe06ac76ffb32065280cff6d0ff345a6265dc0a384f31705cb3f63171c514d5ff0f0b0d066e8fe06d63c5e377d5f814d8d') +sha512sums=('3987e83bd239823c031fe60aa0d25149810a4c1301bc54049be49371bd9b3af22a1c3bfde289309d419dedc4525ce3d5c2fca992b536135b51636fff1d5624c9') build() { cd $_hkgname-$pkgver
