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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 08:16:33 UTC 2020


    Date: Wednesday, June 10, 2020 @ 08:16:32
  Author: felixonmars
Revision: 641226

upgpkg: haskell-turtle 1.5.19-5: rebuild with doctest 0.17

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 08:14:24 UTC (rev 641225)
+++ PKGBUILD	2020-06-10 08:16:32 UTC (rev 641226)
@@ -4,7 +4,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.19
-pkgrel=4
+pkgrel=5
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library"
 license=('BSD')
@@ -19,7 +19,7 @@
 
 prepare() {
     sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
-    sed -i -e '/semigroups/d' -e '/fail,/d' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i '/semigroups/d;/fail,/d;s/< *0.17/<1/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list