[arch-commits] Commit in haskell-vector-algorithms/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jan 24 06:32:18 UTC 2017


    Date: Tuesday, January 24, 2017 @ 06:32:18
  Author: felixonmars
Revision: 208770

use https source

Modified:
  haskell-vector-algorithms/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 06:31:35 UTC (rev 208769)
+++ PKGBUILD	2017-01-24 06:32:18 UTC (rev 208770)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl" "haskell-mwc-random" "haskell-primitive" "haskell-vector")
-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=('ed460a41ca068f568bc2027579ab14185fbb72c7ac469b5179ae5f8a52719070')
 
 build() {



More information about the arch-commits mailing list