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

Felix Yan felixonmars at archlinux.org
Sat Jan 7 09:07:36 UTC 2017


    Date: Saturday, January 7, 2017 @ 09:07:35
  Author: felixonmars
Revision: 206007

upgpkg: haskell-glob 0.7.14-1

rebuild with Glob-0.7.14

Modified:
  haskell-glob/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-07 09:07:17 UTC (rev 206006)
+++ PKGBUILD	2017-01-07 09:07:35 UTC (rev 206007)
@@ -4,7 +4,7 @@
 
 _hkgname=Glob
 pkgname=haskell-glob
-pkgver=0.7.13
+pkgver=0.7.14
 pkgrel=1
 pkgdesc="Globbing library"
 url="http://iki.fi/matti.niemenmaa/glob/"
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-dlist" "haskell-transformers-compat")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('fe99d9434a2dbbac5385cb6690cbb6e2f2eb25df6ab5ce99c8121fc3fdddbd4c')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list