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

Felix Yan felixonmars at archlinux.org
Mon May 21 12:30:07 UTC 2018


    Date: Monday, May 21, 2018 @ 12:30:06
  Author: felixonmars
Revision: 326122

upgpkg: darcs 2.14.0-17

rebuild with async,2.2.1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 12:27:38 UTC (rev 326121)
+++ PKGBUILD	2018-05-21 12:30:06 UTC (rev 326122)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=16
+pkgrel=17
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL2")
@@ -24,7 +24,8 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i -e 's/shelly       >= 1.6.8 && < 1.7,/shelly       >= 1.6.8,/' -e 's/<.*2.11/<3/' $pkgname.cabal
+    sed -i -e 's/shelly       >= 1.6.8 && < 1.7,/shelly       >= 1.6.8,/' \
+           -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' $pkgname.cabal
 
     sed -e 's/^ghc /ghc -dynamic /' \
         -e 's/ ghc / ghc -dynamic /' \



More information about the arch-commits mailing list