[arch-commits] Commit in haskell-network-protocol-xmpp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:45:50 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:45:49
  Author: felixonmars
Revision: 225570

use https

Modified:
  haskell-network-protocol-xmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:45:43 UTC (rev 225569)
+++ PKGBUILD	2017-04-26 08:45:49 UTC (rev 225570)
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-gnuidn" "haskell-gnutls" "haskell-gsasl"
          "haskell-libxml-sax" "haskell-monads-tf" "haskell-network"
          "haskell-text" "haskell-xml-types")
-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=('ea7729e00452da11ed489a71f482e0aa082b0fb872eedca2e3722a05fd421e1e')
 
 build() {



More information about the arch-commits mailing list