[arch-commits] Commit in darcs/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 16 02:27:22 UTC 2020
Date: Monday, March 16, 2020 @ 02:27:22
Author: felixonmars
Revision: 599025
upgpkg: darcs 2.14.2-191: rebuild with hashable 1.3.0.0
Modified:
darcs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 02:13:47 UTC (rev 599024)
+++ PKGBUILD 2020-03-16 02:27:22 UTC (rev 599025)
@@ -3,7 +3,7 @@
pkgname=darcs
pkgver=2.14.2
-pkgrel=190
+pkgrel=191
pkgdesc="A distributed, interactive, smart revision control system"
url="http://darcs.net"
license=("GPL2")
@@ -28,7 +28,7 @@
sed -e 's/^ghc /ghc -dynamic /' \
-e 's/ ghc / ghc -dynamic /' \
-i tests/*.sh tests/lib
- sed -i -e 's/< *0.5/<1/' -e 's/< *2.13/<3/' -e 's/< *4.13/<5/' $pkgname.cabal
+ sed -i -e 's/< *0.5/<1/' -e 's/< *2.13/<3/' -e 's/< *4.13/<5/' -e 's/< *1.3/<2/' $pkgname.cabal
patch -p1 -i ../darcs-cabal3.patch
sed -i '/sDistHook = /,+14d' Setup.hs
sed -i '/fail = failSM/i instance MonadFail SM where' src/Darcs/Patch/ReadMonads.hs
More information about the arch-commits
mailing list