Date: Sunday, January 17, 2016 @ 04:42:36 Author: fyan Revision: 157038
upgpkg: haskell-bifunctors 5.2-1 Modified: haskell-bifunctors/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-17 03:41:08 UTC (rev 157037) +++ PKGBUILD 2016-01-17 03:42:36 UTC (rev 157038) @@ -4,17 +4,17 @@ _hkgname=bifunctors pkgname=haskell-bifunctors -pkgver=5.1 -pkgrel=2 +pkgver=5.2 +pkgrel=1 pkgdesc="Bifunctors" url="http://github.com/ekmett/bifunctors/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-semigroups" "haskell-tagged") +depends=("ghc=7.10.3" "haskell-comonad" "haskell-semigroups" "haskell-tagged") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('0bd9de8dfe8c3c33555cc59fa423edf624761b850252fa2051097e97574635dd') +sha256sums=('46e173dac5863a7b8404b44ab1ead2de94e743d24a2de571ff086cfb8748de14') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
