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

Felix Yan felixonmars at archlinux.org
Wed Aug 2 18:34:33 UTC 2017


    Date: Wednesday, August 2, 2017 @ 18:34:32
  Author: felixonmars
Revision: 247529

upgpkg: haskell-comonad 5.0.2-1

rebuild with comonad,5.0.2

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-02 18:31:00 UTC (rev 247528)
+++ PKGBUILD	2017-08-02 18:34:32 UTC (rev 247529)
@@ -4,8 +4,8 @@
 
 _hkgname=comonad
 pkgname=haskell-comonad
-pkgver=5.0.1
-pkgrel=3
+pkgver=5.0.2
+pkgrel=1
 pkgdesc="Comonads"
 url="http://github.com/ekmett/comonad/"
 license=("custom:BSD3")
@@ -12,8 +12,9 @@
 arch=('i686' 'x86_64')
 depends=('ghc' "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
          "haskell-tagged" "haskell-transformers-compat")
+makedepends=('haskell-cabal-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('20e90d8609b7236d0c74b2994bb0b3a629c99dbceac3476e27d91953bfec71720ab6a8e2d1415db27b675805ea7f6a61927a641807fa4b8d2db763a8c070082d')
+sha512sums=('78969422bcd78792a612398ef04639d6296e5db5181dc54dcc6efd4f50ed9caada67b75263268dc70030a0861ac8624242f77e3313fffae042451e05f49d1499')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list