Date: Tuesday, January 23, 2018 @ 17:17:17 Author: felixonmars Revision: 285929
upgpkg: haskell-profunctors 5.2.2-1 rebuild with profunctors,5.2.2 Modified: haskell-profunctors/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-23 17:03:17 UTC (rev 285928) +++ PKGBUILD 2018-01-23 17:17:17 UTC (rev 285929) @@ -4,17 +4,17 @@ _hkgname=profunctors pkgname=haskell-profunctors -pkgver=5.2.1 -pkgrel=8 +pkgver=5.2.2 +pkgrel=1 pkgdesc="Profunctors" url="https://github.com/ekmett/profunctors/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant" - "haskell-distributive" "haskell-tagged") +depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 'haskell-comonad' + 'haskell-contravariant' 'haskell-distributive' 'haskell-semigroups' 'haskell-tagged') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6c23d6d4382ea77cc183fb6ad670da8f5933665bc005310a7f94b5727e28ce4e9f68fb1fe2f8d94c3fb8ca3e8fa6fe687755c91f04be4a2c55aec6efe4ddaf25') +sha512sums=('5b67bb2a63b618e0efaf2aa889a80349549f136670ae598cd90e5f20e9d6dce4ad7b2cdf3af08b03c73ca1e1355fc7dc99a9efc885458037329d81e1b59fe1e0') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
