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

Jelle van der Waa jelle at archlinux.org
Wed Dec 7 21:27:51 UTC 2016


    Date: Wednesday, December 7, 2016 @ 21:27:48
  Author: jelle
Revision: 198434

Use https as source

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 21:26:40 UTC (rev 198433)
+++ PKGBUILD	2016-12-07 21:27:48 UTC (rev 198434)
@@ -11,7 +11,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh' 'haskell-network' 'haskell-parsec' 'haskell-mtl' 'haskell-network-uri')
-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")
 md5sums=('3f2d84d59e36476ca02c882419632d7d')
 
 build() {



More information about the arch-commits mailing list