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

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


    Date: Tuesday, January 24, 2017 @ 06:28:00
  Author: felixonmars
Revision: 208764

use https source

Modified:
  haskell-zip-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 06:27:10 UTC (rev 208763)
+++ PKGBUILD	2017-01-24 06:28:00 UTC (rev 208764)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-digest" "haskell-mtl" "haskell-old-time" "haskell-temporary"
          "haskell-text" "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=('dc83366e44d735df4088eb174c02c35a522e6228c04fecc35fe9493299fc97c7')
 
 build() {



More information about the arch-commits mailing list