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

Felix Yan felixonmars at archlinux.org
Sat Feb 22 10:04:14 UTC 2020


    Date: Saturday, February 22, 2020 @ 10:04:13
  Author: felixonmars
Revision: 578267

upgpkg: haskell-hedgehog 1.0.2-11: rebuild with pretty-show 1.10

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 10:00:54 UTC (rev 578266)
+++ PKGBUILD	2020-02-22 10:04:13 UTC (rev 578267)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e '/fail/d' -e 's/< *1.10/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list