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

Felix Yan felixonmars at archlinux.org
Tue May 12 13:15:11 UTC 2020


    Date: Tuesday, May 12, 2020 @ 13:15:11
  Author: felixonmars
Revision: 626864

upgpkg: haskell-tasty-rerun 1.1.17-10: rebuild with tasty 1.3

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 13:13:48 UTC (rev 626863)
+++ PKGBUILD	2020-05-12 13:15:11 UTC (rev 626864)
@@ -4,7 +4,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.17
-pkgrel=9
+pkgrel=10
 pkgdesc="Rerun only tests which failed in a previous test run"
 url="https://github.com/ocharles/tasty-rerun"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list