Date: Sunday, March 14, 2021 @ 15:28:54 Author: felixonmars Revision: 891183
upgpkg: haskell-decimal 0.5.2-1: rebuild with Decimal 0.5.2 Modified: haskell-decimal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-14 15:26:23 UTC (rev 891182) +++ PKGBUILD 2021-03-14 15:28:54 UTC (rev 891183) @@ -3,8 +3,8 @@ _hkgname=Decimal pkgname=haskell-decimal -pkgver=0.5.1 -pkgrel=116 +pkgver=0.5.2 +pkgrel=1 pkgdesc="Decimal numbers with variable precision" url="https://github.com/PaulJohnson/Haskell-Decimal" license=("BSD") @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-quickcheck2' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9ca3d6f1de96ef4eb6e5e2e3bd7002019ea41e7d404ad9f566926b84ed1ff4aa4a57aa071ef82f00764008469476b5ca196d7c43553885732663f7608c2995fb') +sha512sums=('59a3e9230719ec55ccad2ca54255a93edfcee405154f71f780ef729c03231b552bcd904efff2ff2c0559e23c7f65a4429af3917b43c6d4964dfe02b261eaefdc') build() { cd $_hkgname-$pkgver
