Date: Sunday, April 9, 2017 @ 10:37:48 Author: felixonmars Revision: 221415
upgpkg: haskell-math-functions 0.2.1.0-2 rebuild with primitive,0.6.2.0 vector,0.12.0.1 Modified: haskell-math-functions/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-09 10:34:50 UTC (rev 221414) +++ PKGBUILD 2017-04-09 10:37:48 UTC (rev 221415) @@ -5,13 +5,13 @@ _hkgname=math-functions pkgname=haskell-math-functions pkgver=0.2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Special functions and Chebyshev polynomials" url="https://github.com/bos/math-functions" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-primitive" "haskell-vector" "haskell-vector-th-unbox") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('f71b5598de453546396a3f5f7f6ce877fffcc996639b7569d8628cae97da65eb') build() {
