[arch-commits] Commit in haskell-statistics/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 16:23:41 UTC 2016
Date: Thursday, December 22, 2016 @ 16:23:41
Author: felixonmars
Revision: 201088
upgpkg: haskell-statistics 0.13.3.0-17
rebuild with aeson-1.0.2.1
Modified:
haskell-statistics/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 16:14:07 UTC (rev 201087)
+++ PKGBUILD 2016-12-22 16:23:41 UTC (rev 201088)
@@ -5,7 +5,7 @@
_hkgname=statistics
pkgname=haskell-statistics
pkgver=0.13.3.0
-pkgrel=16
+pkgrel=17
pkgdesc="A library of statistical types, data, and functions"
url="https://github.com/bos/statistics"
license=("custom:BSD3")
@@ -13,7 +13,7 @@
depends=("ghc=8.0.1" "haskell-aeson" "haskell-erf" "haskell-math-functions"
"haskell-monad-par" "haskell-mwc-random" "haskell-primitive" "haskell-vector"
"haskell-vector-algorithms" "haskell-vector-binary-instances")
-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=('6e7fe0f10086725c696fdd855caf4b6fb58ca5100bd0c9995f575f5b071381ed')
build() {
More information about the arch-commits
mailing list