Date: Wednesday, April 26, 2017 @ 08:52:29
  Author: felixonmars
Revision: 225616

use https

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-04-26 08:52:24 UTC (rev 225615)
+++ PKGBUILD    2017-04-26 08:52:29 UTC (rev 225616)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-hostname"
          "haskell-old-locale" "haskell-random" "haskell-regex-posix" 
"haskell-xml")
-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=('7883626a5aebb1df327bf26dbd382208946250a79f9cc3bf9a9eb0b0767bb273')
 
 prepare() {

Reply via email to