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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 19:37:54 UTC 2016


    Date: Sunday, December 25, 2016 @ 19:37:53
  Author: felixonmars
Revision: 202346

upgpkg: haskell-reducers 3.12.1-19

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-reducers/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 19:35:24 UTC (rev 202345)
+++ PKGBUILD	2016-12-25 19:37:53 UTC (rev 202346)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="http://github.com/ekmett/reducers/"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-fingertree" "haskell-hashable" "haskell-semigroupoids"
          "haskell-semigroups" "haskell-text" "haskell-unordered-containers")
-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=('e43bb7678272691a358c049daecbac715c4b0fcece021c6b2ac7b2a1c16b6d5e')
 
 prepare() {



More information about the arch-commits mailing list