Date: Saturday, May 19, 2018 @ 21:15:04 Author: felixonmars Revision: 324914
upgpkg: haskell-profunctors 5.2.2-13 rebuild with corrected bifunctors Modified: haskell-profunctors/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 21:14:19 UTC (rev 324913) +++ PKGBUILD 2018-05-19 21:15:04 UTC (rev 324914) @@ -5,17 +5,22 @@ _hkgname=profunctors pkgname=haskell-profunctors pkgver=5.2.2 -pkgrel=12 +pkgrel=13 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-semigroups' 'haskell-tagged') + 'haskell-contravariant' 'haskell-distributive' 'haskell-tagged') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('5b67bb2a63b618e0efaf2aa889a80349549f136670ae598cd90e5f20e9d6dce4ad7b2cdf3af08b03c73ca1e1355fc7dc99a9efc885458037329d81e1b59fe1e0') +prepare() { + cd $_hkgname-$pkgver + sed -i '/semigroups/d' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
