Date: Thursday, July 12, 2018 @ 16:32:43 Author: felixonmars Revision: 357922
upgpkg: haskell-distributive 0.6-1 rebuild with distributive 0.6 Modified: haskell-distributive/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-12 14:26:44 UTC (rev 357921) +++ PKGBUILD 2018-07-12 16:32:43 UTC (rev 357922) @@ -4,16 +4,16 @@ _hkgname=distributive pkgname=haskell-distributive -pkgver=0.5.3 -pkgrel=18 +pkgver=0.6 +pkgrel=1 pkgdesc="Distributive functors -- Dual to Traversable" url="https://github.com/ekmett/distributive/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-base-orphans" "haskell-tagged" "haskell-transformers-compat") +depends=('ghc-libs' "haskell-base-orphans" "haskell-tagged") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('34d6019dc4588d1a10a40daa09822b01660da9c485d06a28722727ca1d7850eeda676da255792335e38be509a2539c02e11a404d9c45618ae064d90718cad280') +sha512sums=('c0e1c60d72eaa6b9b7b1dc8808a6ea34a8daa9ea97068d9faa4f2f70fe99ccc1eec6b353e0c7b05249dcc55d46b76ac799325772ad482e84f2d21c6fbff392a4') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
