Date: Thursday, April 20, 2017 @ 14:18:02 Author: felixonmars Revision: 223950
upgpkg: haskell-comonad 5.0.1-1 rebuild with comonad,5.0.1 Modified: haskell-comonad/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-20 12:26:45 UTC (rev 223949) +++ PKGBUILD 2017-04-20 14:18:02 UTC (rev 223950) @@ -4,8 +4,8 @@ _hkgname=comonad pkgname=haskell-comonad -pkgver=5 -pkgrel=23 +pkgver=5.0.1 +pkgrel=1 pkgdesc="Comonads" url="http://github.com/ekmett/comonad/" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-contravariant" "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a') +sha512sums=('20e90d8609b7236d0c74b2994bb0b3a629c99dbceac3476e27d91953bfec71720ab6a8e2d1415db27b675805ea7f6a61927a641807fa4b8d2db763a8c070082d') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
