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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 03:47:40 UTC 2020


    Date: Thursday, August 6, 2020 @ 03:47:39
  Author: felixonmars
Revision: 670375

upgpkg: haskell-tasty-hedgehog 1.0.0.2-46: rebuild with hedgehog 1.0.3

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 01:57:18 UTC (rev 670374)
+++ PKGBUILD	2020-08-06 03:47:39 UTC (rev 670375)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.0.0.2
-pkgrel=45
+pkgrel=46
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.3/<2/;s/< *1.0.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list