Date: Saturday, March 6, 2021 @ 11:20:11 Author: felixonmars Revision: 884033
upgpkg: haskell-constraints 0.13-1: rebuild with constraints 0.13 Modified: haskell-constraints/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-06 11:18:47 UTC (rev 884032) +++ PKGBUILD 2021-03-06 11:20:11 UTC (rev 884033) @@ -3,8 +3,8 @@ _hkgname=constraints pkgname=haskell-constraints -pkgver=0.12 -pkgrel=74 +pkgver=0.13 +pkgrel=1 pkgdesc="Constraint manipulation" url="https://github.com/ekmett/constraints/" license=("custom:BSD2") @@ -12,13 +12,8 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-transformers-compat' 'haskell-type-equality') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9c016cba65315d94fc5516490781f403b93cb928e7a0f2a26164ed5191a3609752fe1ecfa0fdb71ef8057fbafee4e1c13257b0148c0f851d0e337b804fa2b0dd') +sha512sums=('e14f2a8e81cd30e6f3e2b393e89776030b279d6603fed5fec57c929a01f7cfa9ac23f7e492181c8950c374064e341191bf708fb610bec09bcc9cdd3fb7001d1d') -prepare() { - cd $_hkgname-$pkgver - sed -i '/semigroups/d' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
