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

Felix Yan felixonmars at archlinux.org
Sun Nov 8 00:04:53 UTC 2020


    Date: Sunday, November 8, 2020 @ 00:04:52
  Author: felixonmars
Revision: 746425

upgpkg: haskell-tasty-rerun 1.1.18-1: rebuild with tasty-rerun 1.1.18

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-07 23:44:31 UTC (rev 746424)
+++ PKGBUILD	2020-11-08 00:04:52 UTC (rev 746425)
@@ -3,8 +3,8 @@
 
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
-pkgver=1.1.17
-pkgrel=38
+pkgver=1.1.18
+pkgrel=1
 pkgdesc="Rerun only tests which failed in a previous test run"
 url="https://github.com/ocharles/tasty-rerun"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-split' 'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d65b35acb1b45a78a0bbe568a2118ea6580352a55b921f06974bdf59e363403f1590604e215840be990f5f18a5d8e75abd416e7d3d9b6b9f4c6c16532c31052d')
+sha512sums=('82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list