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

Felix Yan felixonmars at archlinux.org
Fri Jan 6 03:36:25 UTC 2017


    Date: Friday, January 6, 2017 @ 03:36:24
  Author: felixonmars
Revision: 204948

upgpkg: haskell-foundation 0.0.3-1

rebuild with foundation-0.0.3

Modified:
  haskell-foundation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 02:31:36 UTC (rev 204947)
+++ PKGBUILD	2017-01-06 03:36:24 UTC (rev 204948)
@@ -4,7 +4,7 @@
 
 _hkgname=foundation
 pkgname=haskell-foundation
-pkgver=0.0.2
+pkgver=0.0.3
 pkgrel=1
 pkgdesc="Alternative prelude with batteries and no dependencies"
 url="https://github.com/haskell-foundation/foundation"
@@ -11,8 +11,8 @@
 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")
-md5sums=('98fdbf309ca08e2a5f87842531ac8ca1')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+md5sums=('cc79ceeb665b264d0cad919c47050dfb')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list