[arch-commits] Commit in haskell-text/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Nov 14 15:57:17 UTC 2016
Date: Monday, November 14, 2016 @ 15:57:17
Author: spupykin
Revision: 195740
Modified:
haskell-text/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-14 15:57:04 UTC (rev 195739)
+++ PKGBUILD 2016-11-14 15:57:17 UTC (rev 195740)
@@ -7,12 +7,12 @@
pkgver=1.2.2.1
pkgrel=3
pkgdesc="An efficient packed Unicode text type."
-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' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('c9fedfc2e292c869b7139a592922d56a')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('1addb1bdf36293c996653c9a0a320b5491714495862d997a23fb1ecd41ff395b')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list