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

Felix Yan felixonmars at archlinux.org
Tue Jan 24 06:26:35 UTC 2017


    Date: Tuesday, January 24, 2017 @ 06:26:34
  Author: felixonmars
Revision: 208762

use https source

Modified:
  haskell-xml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 06:25:59 UTC (rev 208761)
+++ PKGBUILD	2017-01-24 06:26:34 UTC (rev 208762)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" 'haskell-text')
-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=('32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d')
 
 build() {



More information about the arch-commits mailing list