Date: Saturday, May 28, 2022 @ 03:45:37 Author: felixonmars Revision: 1210941
upgpkg: haskell-safe-exceptions 0.1.7.3-1: rebuild with safe-exceptions 0.1.7.3 Modified: haskell-safe-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-28 03:44:23 UTC (rev 1210940) +++ PKGBUILD 2022-05-28 03:45:37 UTC (rev 1210941) @@ -2,8 +2,8 @@ _hkgname=safe-exceptions pkgname=haskell-safe-exceptions -pkgver=0.1.7.2 -pkgrel=48 +pkgver=0.1.7.3 +pkgrel=1 pkgdesc="Safe, consistent, and easy exception handling" url="https://github.com/fpco/safe-exceptions" license=('MIT') @@ -11,7 +11,7 @@ depends=('ghc-libs') makedepends=('ghc' 'haskell-hspec' 'haskell-void') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('592cd1b611262a24dc1673ec283059223b47e70a33df22c05ff7222096027afa6358336e6c8e30256a6e40b71d59d59a90021ccd998a8ee6e193aa62d152c5ab') +sha512sums=('380165ad904868982fd1ae1c1eeafecb0458e837563e1279e35eb7865582b44d27b766c9d66695d1bf6fe5d4eb10897c114d79b35395ee89612b78b3eaa55208') build() { cd $_hkgname-$pkgver
