Date: Friday, December 11, 2020 @ 17:22:08 Author: felixonmars Revision: 773147
upgpkg: haskell-base-orphans 0.8.4-1: rebuild with base-orphans 0.8.5 Modified: haskell-base-orphans/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-11 17:21:50 UTC (rev 773146) +++ PKGBUILD 2020-12-11 17:22:08 UTC (rev 773147) @@ -3,8 +3,8 @@ _hkgname=base-orphans pkgname=haskell-base-orphans -pkgver=0.8.3 -pkgrel=14 +pkgver=0.8.4 +pkgrel=1 pkgdesc="Backwards-compatible orphan instances for base" url="https://github.com/haskell-compat/base-orphans#readme" license=("MIT") @@ -12,7 +12,7 @@ depends=('ghc-libs') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('aba93830498cbdf4038dfa73f5f965fe721448b5d569be51dddcf815bf9471784d7d21c733f41947f892d9918a11d8a2016740d9beab424ef63f4fc7cc481e72') +sha512sums=('ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6') build() { cd $_hkgname-$pkgver
