Date: Monday, May 7, 2018 @ 16:54:30 Author: felixonmars Revision: 319165
upgpkg: haskell-scientific 0.3.6.1-1 rebuild with scientific,0.3.6.1 Modified: haskell-scientific/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 16:53:17 UTC (rev 319164) +++ PKGBUILD 2018-05-07 16:54:30 UTC (rev 319165) @@ -4,7 +4,7 @@ _hkgname=scientific pkgname=haskell-scientific -pkgver=0.3.5.3 +pkgver=0.3.6.1 pkgrel=1 pkgdesc="Numbers represented using scientific notation" url="https://github.com/basvandijk/scientific" @@ -13,7 +13,7 @@ depends=('ghc-libs' "haskell-hashable" "haskell-integer-logarithms" "haskell-primitive" "haskell-text") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ce3930325b5e1d18518930ac77a208a0b7776619b2dcd15f4f2eb023c4fe56e90a02ddef64e61f2266b89dbad70376231a04aee2def69a93dd08b216f4ce8eb2') +sha512sums=('12c7aa98feee92a729ff69452d87d4cda28b66b886037d64ba141501fe3569e7c9b2504de883c011bf8fc9f5290f730f7d6b4a0b9ad65cbd7ef812d893578a92') build() { cd "${srcdir}/${_hkgname}-${pkgver}"