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

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


    Date: Wednesday, December 7, 2016 @ 21:10:38
  Author: jelle
Revision: 198427

Use https as source

Modified:
  haskell-word8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 21:09:45 UTC (rev 198426)
+++ PKGBUILD	2016-12-07 21:10:38 UTC (rev 198427)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-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=('3cbae3755a078ecff46524b3f6e0018f7e796e6dac9c710fe09b433c544676dd')
 
 build() {



More information about the arch-commits mailing list