[arch-commits] Commit in haskell-test-framework-quickcheck2/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Aug 24 18:30:49 UTC 2020


    Date: Monday, August 24, 2020 @ 18:30:48
  Author: felixonmars
Revision: 687671

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-71: rebuild with random 1.2.0

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 18:27:37 UTC (rev 687670)
+++ PKGBUILD	2020-08-24 18:30:48 UTC (rev 687671)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=70
+pkgrel=71
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.13/<3/' $_hkgname.cabal
+    sed -i 's/< *2.13/<3/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list