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

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


    Date: Wednesday, April 26, 2017 @ 08:33:08
  Author: felixonmars
Revision: 225503

use https

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 08:33:01 UTC (rev 225502)
+++ PKGBUILD	2017-04-26 08:33:08 UTC (rev 225503)
@@ -8,11 +8,11 @@
 pkgver=0.14.0.7
 pkgrel=8
 pkgdesc="Data encoding library"
-url="http://hackage.haskell.org/package/dataenc"
+url="https://hackage.haskell.org/package/dataenc"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh')
-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)
 md5sums=('28491649dbeafb9512b4ea187cc6fddf')
 
 prepare(){



More information about the arch-commits mailing list