[arch-commits] Commit in haskell-hedgehog/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Aug 5 19:54:42 UTC 2020
Date: Wednesday, August 5, 2020 @ 19:54:42
Author: felixonmars
Revision: 670343
upgpkg: haskell-hedgehog 1.0.3-1: rebuild with hedgehog 1.0.3
Modified:
haskell-hedgehog/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-05 19:49:38 UTC (rev 670342)
+++ PKGBUILD 2020-08-05 19:54:42 UTC (rev 670343)
@@ -3,8 +3,8 @@
_hkgname=hedgehog
pkgname=haskell-hedgehog
-pkgver=1.0.2
-pkgrel=45
+pkgver=1.0.3
+pkgrel=1
pkgdesc="A modern property-based testing system"
url="https://hedgehog.qa"
license=("BSD")
@@ -15,11 +15,11 @@
'haskell-resourcet' 'haskell-transformers-base' 'haskell-wl-pprint-annotated')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b34004210f4af480e10e6fd0a715ee0efb7d718a7c0d8b84355639064b105840e59be223e90cc4fa26a9fa564df6d9686e77b03d996a8820955b19a6ef42c1bb')
+sha512sums=('c04955a1189c85ec8c66ecdd97ea4bdd8a4587a7f999c38bd5e5ab4d51469a075f4f33c73f5a75fd74572c9c87ec32fea21e67fc66f61b7d3f5d30286f5b5536')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d;/fail/d' -e 's/< *1.10/<2/;s/< *2.16/<3/' $_hkgname.cabal
+ sed -i -e '/semigroups/d;/fail/d' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list