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

Felix Yan felixonmars at archlinux.org
Sat Jan 21 09:05:01 UTC 2017


    Date: Saturday, January 21, 2017 @ 09:05:00
  Author: felixonmars
Revision: 208217

upgpkg: haskell-listlike 4.5.1-1

rebuild with ListLike,4.5.1

Modified:
  haskell-listlike/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 08:53:38 UTC (rev 208216)
+++ PKGBUILD	2017-01-21 09:05:00 UTC (rev 208217)
@@ -3,7 +3,7 @@
 
 _hkgname=ListLike
 pkgname=haskell-listlike
-pkgver=4.5
+pkgver=4.5.1
 pkgrel=1
 pkgdesc="Generic support for list-like structures"
 url="https://github.com/sjoerdvisscher/listlike"
@@ -11,8 +11,8 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 'haskell-utf8-string'
          'haskell-vector')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('d5c59a0eaf659d9eb36ecf8dee5afa7d')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+md5sums=('51a149e64d59270924832a77797310c2')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list