Date: Sunday, May 22, 2022 @ 01:57:14 Author: felixonmars Revision: 1209925
upgpkg: haskell-tasty-hspec 1.2.0.1-1: rebuild with tasty-hspec 1.2.0.1 Modified: haskell-tasty-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-22 01:42:11 UTC (rev 1209924) +++ PKGBUILD 2022-05-22 01:57:14 UTC (rev 1209925) @@ -2,8 +2,8 @@ _hkgname=tasty-hspec pkgname=haskell-tasty-hspec -pkgver=1.2 -pkgrel=56 +pkgver=1.2.0.1 +pkgrel=1 pkgdesc="Hspec support for the Tasty test framework" url="https://github.com/mitchellwrosen/tasty-hspec" license=('BSD') @@ -10,15 +10,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') -makedepends=('ghc' 'uusi') +makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('32cd6dab1f4f6dfacb582d586f133348b0abe26e3a01edefb2ae3ea23aef79cd4bf1f65751b5e47333f8d1d098a15ac6e03a65d1543e8ef662b0636e34df5133') +sha512sums=('dbb2b60e4c8a34bdc5d98d4b62bab5045d31bb717ca70f3bf53c92b0e36d5c18ab60a48c7133b315d4c3c7d282064f3ae0f9c70114a08845c8f132c608e77b8e') -prepare() { - cd $_hkgname-$pkgver - uusi -u hspec -u hspec-core $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
