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

Felix Yan felixonmars at archlinux.org
Wed Apr 26 08:53:16 UTC 2017


    Date: Wednesday, April 26, 2017 @ 08:53:15
  Author: felixonmars
Revision: 225623

use https

Modified:
  haskell-unix-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:53:10 UTC (rev 225622)
+++ PKGBUILD	2017-04-26 08:53:15 UTC (rev 225623)
@@ -9,12 +9,12 @@
 pkgver=0.4.3.1
 pkgrel=1
 pkgdesc="Portable POSIX-compatibility layer."
-url="http://hackage.haskell.org/package/unix-compat"
+url="https://hackage.haskell.org/package/unix-compat"
 license=('BSD3')
 arch=('i686' 'x86_64')
 makedepends=('ghc')
 depends=('ghc=8.0.1' 'haskell-old-time')
-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=('72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27')
 
 build() {



More information about the arch-commits mailing list