Date: Sunday, April 19, 2020 @ 21:03:22 Author: felixonmars Revision: 616567
upgpkg: haskell-resourcet 1.2.4-1: rebuild with resourcet 1.2.4 Modified: haskell-resourcet/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-19 21:01:31 UTC (rev 616566) +++ PKGBUILD 2020-04-19 21:03:22 UTC (rev 616567) @@ -3,8 +3,8 @@ _hkgname=resourcet pkgname=haskell-resourcet -pkgver=1.2.3 -pkgrel=5 +pkgver=1.2.4 +pkgrel=1 pkgdesc="Deterministic allocation and freeing of scarce resources." url="https://github.com/snoyberg/conduit" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-exceptions' 'haskell-primitive' 'haskell-unliftio-core') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e968e05907b653eb0ed44be4ee3ccf23fce2b600063ef35f0649e886b13aba866a5cc7f8df84634b8bcb22031d9945f244d77b3cb6e29a79ec0bbf689a72b622') +sha512sums=('b8d2d95a6d454d2db724a971594af29052eb8e74dafdfb10e63e18e321169f8ae486bf5f00f659f1949e229831d95a50a0f38a9feacfd91b8ebdc045e6f822c2') build() { cd $_hkgname-$pkgver
