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

Felix Yan felixonmars at archlinux.org
Tue Jan 24 06:29:34 UTC 2017


    Date: Tuesday, January 24, 2017 @ 06:29:33
  Author: felixonmars
Revision: 208766

use https source

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-24 06:28:20 UTC (rev 208765)
+++ PKGBUILD	2017-01-24 06:29:33 UTC (rev 208766)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
 
 build() {



More information about the arch-commits mailing list