Skip to content
Snippets Groups Projects
Commit 6d2fa0e2 authored by Felix Yan's avatar Felix Yan
Browse files

use https

parent 2b0b0c34
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ pkgname=haskell-patience
pkgver=0.1.1
pkgrel=1
pkgdesc="Patience diff and longest increasing subsequence"
url="http://hackage.haskell.org/package/${_hkgname}"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1")
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=('35c7c334d344b3cbdc61cc88c559bedb300ace860a80e3990aeb268f1f10db63')
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment