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

Felix Yan felixonmars at archlinux.org
Tue Jan 24 06:28:20 UTC 2017


    Date: Tuesday, January 24, 2017 @ 06:28:20
  Author: felixonmars
Revision: 208765

use https source

Modified:
  haskell-zlib-bindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 06:28:00 UTC (rev 208764)
+++ PKGBUILD	2017-01-24 06:28:20 UTC (rev 208765)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-zlib")
-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=('c83bb438f9b6c5fe860982731eb8ac7eff993e8b56cbc15ef5b471f229f79109')
 
 build() {



More information about the arch-commits mailing list