[arch-commits] Commit in haskell-tasty-expected-failure/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 19 13:53:24 UTC 2021


    Date: Friday, February 19, 2021 @ 13:53:24
  Author: felixonmars
Revision: 865743

upgpkg: haskell-tasty-expected-failure 0.12.3-1: rebuild with tasty-expected-failure 0.12.3

Modified:
  haskell-tasty-expected-failure/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 13:49:44 UTC (rev 865742)
+++ PKGBUILD	2021-02-19 13:53:24 UTC (rev 865743)
@@ -3,8 +3,8 @@
 
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
-pkgver=0.12.2
-pkgrel=47
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Mark tasty tests as failure expected"
 url="https://github.com/nomeata/tasty-expected-failure"
 license=("MIT")
@@ -14,14 +14,8 @@
 checkdepends=('haskell-hedgehog' 'haskell-tasty-golden' 'haskell-tasty-hedgehog'
               'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a1f0fc5f6969c7e107b5d2ee7883f7dbc63cbfd217bb1872e1a86b209683c2a6ef78d10173daceaa785fba91ec45442491869f7a88ea0d2bcf9b18ad95bb8e42')
+sha512sums=('38a38a6b918355b341ac52fbbd63312fbc44f2071785401dc667bb50b030e8c1963c5eb8f890c36daa0987d2fb4748effa543076429e0c8dea58f2fb0bf29f0c')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    # https://github.com/nomeata/tasty-expected-failure/issues/21
-    sed -i 's/2000/10000/' Test/Tasty/ExpectedFailure.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
 
@@ -43,8 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/nomeata/tasty-expected-failure/issues/21
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list