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

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


    Date: Wednesday, December 7, 2016 @ 21:29:19
  Author: jelle
Revision: 198436

Use https as source

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 21:28:55 UTC (rev 198435)
+++ PKGBUILD	2016-12-07 21:29:19 UTC (rev 198436)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
 options=('strip')
-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=('77397ecfb9a7cbfac15226cbe09ec156a3deb6e21c7af948bc8ab459e88641b1')
 
 build() {



More information about the arch-commits mailing list