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

Felix Yan felixonmars at archlinux.org
Wed Jun 30 16:46:15 UTC 2021


    Date: Wednesday, June 30, 2021 @ 16:46:15
  Author: felixonmars
Revision: 968018

upgpkg: darcs 2.16.4-20: rebuild with ghc 9.0.1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 16:20:41 UTC (rev 968017)
+++ PKGBUILD	2021-06-30 16:46:15 UTC (rev 968018)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.4
-pkgrel=19
+pkgrel=20
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL")
@@ -31,6 +31,7 @@
         -e 's/ ghc / ghc -dynamic /' \
         -i tests/*.sh tests/lib
     uusi $pkgname.cabal
+    sed -i 's/canonizeSplit/(\\x y -> canonizeSplit x y)/' src/Darcs/UI/SelectChanges.hs
 }
 
 build() {




More information about the arch-commits mailing list