Date: Sunday, May 31, 2020 @ 06:47:01 Author: felixonmars Revision: 637570
upgpkg: haskell-extra 1.7.3-1: rebuild with extra 1.7.3 Modified: haskell-extra/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-31 06:45:48 UTC (rev 637569) +++ PKGBUILD 2020-05-31 06:47:01 UTC (rev 637570) @@ -3,8 +3,8 @@ _hkgname=extra pkgname=haskell-extra -pkgver=1.7.2 -pkgrel=2 +pkgver=1.7.3 +pkgrel=1 pkgdesc="Extra functions I use." url="https://github.com/ndmitchell/extra#readme" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-clock') makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('d2763f9729c90eaf1852f7941fc6bdebfa67fa1dc5f09c889716869703912a3a8195c323a759ecbd6cb7d378d0d0808832a6520fcbd7b0777b313f571ec1484b') +sha512sums=('cff00610cd5eeb54d3cdd80be697c742fcd6685b59ff5ada44df960f6767d7b173f9fa0ac77de5828dcc658ae52d5b86b9087ceb7b62b58318f07d7c3d6129a7') build() { cd $_hkgname-$pkgver
