Date: Friday, November 18, 2022 @ 19:48:48 Author: felixonmars Revision: 1349584
upgpkg: haskell-hspec-contrib 0.5.1.1-1: rebuild with hspec-contrib 0.5.1.1 Modified: haskell-hspec-contrib/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-18 19:00:30 UTC (rev 1349583) +++ PKGBUILD 2022-11-18 19:48:48 UTC (rev 1349584) @@ -2,25 +2,17 @@ _hkgname=hspec-contrib pkgname=haskell-hspec-contrib -pkgver=0.5.1 -pkgrel=207 +pkgver=0.5.1.1 +pkgrel=1 pkgdesc="Contributed functionality for Hspec" url="https://hspec.github.io/" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-hspec-core' 'haskell-hunit') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') -source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz - hspec-2.10.patch hspec-2.10-2.patch) -sha512sums=('cc6ee847d7c99b2607c36b2200bf0bc05ce30437110f216f82464069ffdf80a76d836ad7aace3d69a00cf9da4b28d39491a251c6f60401009a6f9c85d20043e0' - 'ded33d9cf5612520909222609c40083baf0af52a2f0c9c82848eaecdca9e7ee8fde272594840576db385161baf2732f73d61cc768730052a5e538d33106780bd' - '9dfdcd8e108ab8fdb2c27a8cbabd841c70b8b8a4633b683a2aad8829f44014ae9b36de157402db521ad3c4bcda47ca86b0dc521355a189faa56da716b7d3415a') +makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('a37428e0eb657d66ecd7e7ff5544c28abd38a2674929870686e982c38d56b6e4078aeb93f823822529aea2ec8121f0f7677b07863eea2e2c8b2ef420667fceee') -prepare() { - patch -d $_hkgname-$pkgver -p2 < hspec-2.10-2.patch - patch -d $_hkgname-$pkgver -p2 < hspec-2.10.patch -} - build() { cd $_hkgname-$pkgver
