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

Felix Yan felixonmars at archlinux.org
Thu May 30 19:26:34 UTC 2019


    Date: Thursday, May 30, 2019 @ 19:26:34
  Author: felixonmars
Revision: 475110

upgpkg: haskell-trifecta 2-41

rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9, concurrent-output 1.10.10

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 19:23:14 UTC (rev 475109)
+++ PKGBUILD	2019-05-30 19:26:34 UTC (rev 475110)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2
-pkgrel=40
+pkgrel=41
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/"
 license=("BSD")
@@ -19,7 +19,7 @@
 sha512sums=('41d5790efef0e6c138dcd2306b1369ba91e4db5a7f0b2a9c51eb11f83908925989ec8b71ce4a61e77ac34b42f635195674497a4d170102e588b3a9fa38d1b0bc')
 
 prepare() {
-    sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.9/<1/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list