Date: Monday, May 6, 2019 @ 10:42:16 Author: felixonmars Revision: 460588
upgpkg: haskell-colour 2.3.5-1 rebuild with colour 2.3.5 Modified: haskell-colour/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-06 10:22:23 UTC (rev 460587) +++ PKGBUILD 2019-05-06 10:42:16 UTC (rev 460588) @@ -3,8 +3,8 @@ _hkgname=colour pkgname=haskell-colour -pkgver=2.3.4 -pkgrel=17 +pkgver=2.3.5 +pkgrel=1 pkgdesc="A model for human colour/color perception" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") @@ -14,13 +14,8 @@ checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c475ed5ced7bcf749facfacf609d2b89a04f496bd6a7301259aa14cbfe6e768d65495f09b046b80f448b27478323a52cc2414954934985259e6f115325d17f9a') +sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*2.11/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
