Date: Tuesday, December 22, 2020 @ 19:30:08
  Author: felixonmars
Revision: 782814

upgpkg: haskell-tasty-smallcheck 0.8.2-1: rebuild with tasty-smallcheck 0.8.2

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-22 19:26:02 UTC (rev 782813)
+++ PKGBUILD    2020-12-22 19:30:08 UTC (rev 782814)
@@ -2,16 +2,17 @@
 
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
-pkgver=0.8.1
-pkgrel=125
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="SmallCheck support for the Tasty test framework"
-url="http://documentup.com/feuerbach/tasty";
+url="https://github.com/feuerbach/tasty";
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-tasty' 'haskell-smallcheck' 
'haskell-tagged')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-smallcheck' 
'haskell-tagged'
+         'haskell-tasty')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('26ed0d75559c2da2f4296af6e9b02f8d0a19043b0ef154674eb782703fcd3ad7f4863b7b07dbaae27440078b4b00a9272cd9d5da23089993018e933577be5893')
+sha512sums=('ff816280315e26d20210f0dcbf55e32780aa9ef455d8d00b146d9daeed6afec5b6593cd8a8dc0b7c0bc7ff77da75f065f9c7253494f2c47150e2b7a6aa29fc6a')
 
 build() {
     cd $_hkgname-$pkgver

Reply via email to