[arch-commits] Commit in haskell-hedgehog/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 24 22:33:43 UTC 2020
Date: Monday, August 24, 2020 @ 22:33:42
Author: felixonmars
Revision: 687871
upgpkg: haskell-hedgehog 1.0.3-10: rebuild with random 1.2.0
Modified:
haskell-hedgehog/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-24 22:31:46 UTC (rev 687870)
+++ PKGBUILD 2020-08-24 22:33:42 UTC (rev 687871)
@@ -4,7 +4,7 @@
_hkgname=hedgehog
pkgname=haskell-hedgehog
pkgver=1.0.3
-pkgrel=9
+pkgrel=10
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;/fail/d' $_hkgname.cabal
+ sed -i -e '/semigroups/d;/fail/d;s/< *1.2/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list