[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:42:47 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:42:46
  Author: felixonmars
Revision: 225550

use https

Modified:
  haskell-language-python/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:42:41 UTC (rev 225549)
+++ PKGBUILD	2017-04-26 08:42:46 UTC (rev 225550)
@@ -7,12 +7,12 @@
 pkgver=0.5.4
 pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex')
-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=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129')
 
 build() {



More information about the arch-commits mailing list